Update Dockerfile port to 3000
This commit is contained in:
@@ -14,10 +14,10 @@ COPY --from=builder /app/node_modules ./node_modules
|
|||||||
|
|
||||||
RUN apk add --no-cache sqlite-libs
|
RUN apk add --no-cache sqlite-libs
|
||||||
|
|
||||||
EXPOSE 4321
|
EXPOSE 3000
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
ENV PORT=4321
|
ENV PORT=3000
|
||||||
|
|
||||||
CMD ["node", "dist/server/entry.mjs"]
|
CMD ["node", "dist/server/entry.mjs"]
|
||||||
Reference in New Issue
Block a user