Oops, wrong port

This commit is contained in:
The Shittinator
2026-02-22 20:07:56 -06:00
parent c57965a035
commit e1a682566b
2 changed files with 2 additions and 2 deletions

View File

@@ -24,5 +24,5 @@ COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/public ./public COPY --from=builder /app/public ./public
# Jump in # Jump in
USER nextjs USER nextjs
EXPOSE 5000 EXPOSE 3000
ENTRYPOINT [ "node", "server.js" ] ENTRYPOINT [ "node", "server.js" ]

View File

@@ -4,4 +4,4 @@ services:
lmgcitfy: lmgcitfy:
build: . build: .
ports: ports:
- 127.0.0.1:5000:5000 - 127.0.0.1:3000:3000