move to dockerhub image
All checks were successful
Publish Docker Image / docker (push) Successful in 1m56s

This commit is contained in:
Lee
2023-07-08 20:49:08 +01:00
parent 99462e2a03
commit d7a4ad196b
3 changed files with 89 additions and 4 deletions

View File

@ -1,4 +1,5 @@
FROM node:lts-alpine
ENV NODE_ENV=production
WORKDIR /usr/src/app
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]