Skip to content

Commit

Permalink
chore: fix start command
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 17, 2024
1 parent 0fba009 commit 9324b39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ ARG PKG_FETCH_OPTION_n

RUN yarn install --ignore-engines

RUN scl enable devtoolset-10 python36 \
" \
yarn start --node-range $PKG_FETCH_OPTION_n --output dist \
"
RUN source /opt/rh/gcc-toolset-10/enable && \
yarn start --node-range $PKG_FETCH_OPTION_n --output dist

FROM scratch
COPY --from=build /root/pkg-fetch/dist /

0 comments on commit 9324b39

Please sign in to comment.