Skip to content

Instantly share code, notes, and snippets.

@LarryLuTW
Last active September 2, 2021 00:55
Show Gist options
  • Save LarryLuTW/ca82c3291979862c3b2b0ebe8e551721 to your computer and use it in GitHub Desktop.
Save LarryLuTW/ca82c3291979862c3b2b0ebe8e551721 to your computer and use it in GitHub Desktop.
# Bad
FROM node
WORKDIR /app
COPY . .
RUN npm install
RUN npm run test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment