Oops, wrong port
This commit is contained in:
@@ -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" ]
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ services:
|
|||||||
lmgcitfy:
|
lmgcitfy:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:5000:5000
|
- 127.0.0.1:3000:3000
|
||||||
|
|||||||
Reference in New Issue
Block a user