From 684a4a5435a9d6b3f2736ef2756e2ade2c5d112a Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 18 Jan 2023 10:22:49 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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