Update Dockerfile

This commit is contained in:
Neshura 2023-01-18 10:22:49 +00:00
parent 8694199304
commit 684a4a5435

View file

@ -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