diff --git a/Dockerfile b/Dockerfile index 67315ac..9daf3cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,8 +44,8 @@ RUN \ fi # Production image, copy all the files and run next -FROM base AS runner -WORKDIR /app +# FROM base AS runner +# WORKDIR /app ENV NODE_ENV=production # Uncomment the following line in case you want to disable telemetry during runtime.