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
# Jump in
USER nextjs
EXPOSE 5000
EXPOSE 3000
ENTRYPOINT [ "node", "server.js" ]