diff --git a/Dockerfile b/Dockerfile index a90b352..9a1c765 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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