diff --git a/Dockerfile b/Dockerfile index e0671ab..3a2d888 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,5 +50,5 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static USER nextjs -EXPOSE 4200:80 +EXPOSE 4200:90 diff --git a/docker-compose.yml b/docker-compose.yml index f9a3148..de60353 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - staticbuild:/app/out build: . ports: - - 3000:80 + - 3000:90 volumes: staticbuild: