Created
September 15, 2022 00:51
-
-
Save andrewd-sysdig/9479a539b24a7eaf1f8e52a89e292046 to your computer and use it in GitHub Desktop.
TKO Training 1 Dockerfile final
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node:18-alpine | |
WORKDIR /usr/src/app | |
COPY app.js . | |
USER 1000 | |
CMD [ "node", "app.js" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment