diff --git a/Dockerfile b/Dockerfile index 09a56c2..ce070aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,10 @@ COPY --from=builder /app/node_modules ./node_modules RUN apk add --no-cache sqlite-libs -EXPOSE 4321 +EXPOSE 3000 ENV NODE_ENV=production ENV HOST=0.0.0.0 -ENV PORT=4321 +ENV PORT=3000 CMD ["node", "dist/server/entry.mjs"] \ No newline at end of file