Last active
January 21, 2019 09:02
-
-
Save PavelPolyakov/7931184666a58b11ea50d008b6feb289 to your computer and use it in GitHub Desktop.
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:dubnium-alpine | |
WORKDIR /app | |
COPY . . | |
RUN npm install --no-progress --quiet | |
RUN npm run build | |
CMD [ "npm", "start", "--silent" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refers to https://medium.com/car2godevs/fastify-with-typescript-production-ready-integration-2303318ecd9e