Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove port expose from docker #18

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Remove port expose from docker #18

merged 1 commit into from
Sep 20, 2023

Conversation

Siegrift
Copy link
Collaborator

There is no need to expose docker port, since that is mainly for documentation purposes and we allow configuring the port number so I'd even say it's confusing.

@Siegrift Siegrift requested a review from andreogle September 19, 2023 14:52
@Siegrift Siegrift self-assigned this Sep 19, 2023
@Siegrift Siegrift changed the title Minor docker fixes Remove port expose from docker Sep 19, 2023
@@ -26,5 +26,4 @@ RUN npm install -g pnpm
# Only install dependencies for production (ignore "devDependecies" section in package.json).
RUN pnpm install --prod

EXPOSE 3000
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw. the default values inside the docker-compose need to be applied everywhere.

@Siegrift Siegrift merged commit 106be38 into main Sep 20, 2023
@Siegrift Siegrift deleted the minor-docker-fixes branch September 20, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants