Skip to content

Instantly share code, notes, and snippets.

@andrewd-sysdig
Created September 15, 2022 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewd-sysdig/9479a539b24a7eaf1f8e52a89e292046 to your computer and use it in GitHub Desktop.
Save andrewd-sysdig/9479a539b24a7eaf1f8e52a89e292046 to your computer and use it in GitHub Desktop.
TKO Training 1 Dockerfile final
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