Update Dockerfile
This commit is contained in:
parent
8694199304
commit
684a4a5435
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ RUN yarn build
|
|||
FROM node:18-alpine AS runner
|
||||
|
||||
LABEL author="neshura@proton.me"
|
||||
WORKDIR /usr/src/app
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
||||
|
|
Loading…
Reference in a new issue