diff --git a/Dockerfile b/Dockerfile index df3ac23..e7a1968 100755 --- a/Dockerfile +++ b/Dockerfile @@ -27,9 +27,6 @@ FROM ark.sudovanilla.org/korbs/bun:amd64 AS based WORKDIR /app COPY . . -# Run in Production -ENV NODE_ENV=production - # Run EXPOSE 2014 CMD bun run build && bun start \ No newline at end of file