diff --git a/Dockerfile b/Dockerfile index 14954dc..5f01123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ USER node COPY . . # Expose the port that the application listens on. -EXPOSE 3000 # Run the application. CMD pnpm start diff --git a/compose.yaml b/compose.yaml index de051fe..6e13780 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,8 +13,6 @@ services: context: . environment: NODE_ENV: production - ports: - - 3000:3000 # The commented out section below is an example of how to define a PostgreSQL # database that your application can use. `depends_on` tells Docker Compose to