The build freeze in the stopping container. nextjs.
matiasluduena23
HOBBYOP

a year ago

Hi, I have a private .NET service and a public Next.js service. The connection between them is private (they are in the same project). When I try to deploy the Next.js project, the build never finishes.

These are the last logs:

"""EXPOSE $PORT Cmd: EXPOSE Adding exposed port: /tcp No files changed in this command, skipping snapshotting. CMD ["npm", "start"] No files changed in this command, skipping snapshotting. Pushing image to us-west1.registry.rlwy.net/75f2305a-ab02-40b7-a7d7-2b141082059d:2be499b3-6958-44cb-b87c-4635dede5c66 Pushed us-west1.registry.rlwy.net/75f2305a-ab02-40b7-a7d7-2b141082059d@sha256:3d6f19a6e46b59c3df46886ca3fd8467e9ea2d74ac2b27fbc49a509b8df510b4 Stopping Container """

The "RE BUILD" are enable.

0 Replies

Loading...