We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9432867 commit ecf3b60Copy full SHA for ecf3b60
docker/sitio.Dockerfile
@@ -13,9 +13,10 @@ RUN pnpm install --filter '...!better-sqlite3' && \
13
14
ENV BODY_SIZE_LIMIT=5242880
15
ENV NODE_ENV=production
16
-EXPOSE 3000
+ENV PORT=80
17
+EXPOSE 80
18
19
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
- CMD curl -f http://localhost:3000/ || exit 1
20
+ CMD curl -f http://localhost:80/ || exit 1
21
22
CMD ["node", "build/"]
0 commit comments