diff --git a/Dockerfile b/Dockerfile index 487e3c8..5b71137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ RUN \ # Production image, copy all the files and run next FROM base AS runner -WORKDIR /app ENV NODE_ENV production # Uncomment the following line in case you want to disable telemetry during runtime.