Skip to content

Commit

Permalink
update: migrated images to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov committed May 30, 2022
1 parent 20e41cd commit 9cd4020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ ENV HOST=0.0.0.0
ENV PORT=5000
ENV NODE_ENV=production
EXPOSE $PORT
RUN npm install --global serve
USER node
WORKDIR /usr/local/src
ONBUILD RUN npm install --global serve
ONBUILD ENTRYPOINT ["serve"]
ONBUILD CMD ["--single", "."]

Expand Down

0 comments on commit 9cd4020

Please sign in to comment.