Updated backend Dockerfile

This commit is contained in:
Erki Aas 2022-10-11 17:07:51 +03:00
parent fb7d8fdd37
commit 1a89440624
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ COPY . /app
ENTRYPOINT npm run dev
# production
FROM node AS prod
FROM dev AS prod
ENTRYPOINT npm run start