Dockerfile: run app instead of recompiling
This commit is contained in:
parent
cec472089c
commit
c65d28e181
@ -10,4 +10,4 @@ RUN apk del build-dependencies
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
EXPOSE 3002
|
||||
CMD ["npm", "start"]
|
||||
CMD ["node", "dist/"]
|
Loading…
x
Reference in New Issue
Block a user