Skip to content

Commit

Permalink
Docker Hostname 변경
Browse files Browse the repository at this point in the history
Docker Hostname 변경
  • Loading branch information
seoko97 authored Sep 27, 2023
2 parents 069a0d5 + 4abf816 commit 4525f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ next-env.d.ts
!.yarn/versions

# environment variables
.env
.env
.env.*
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY --from=builder /app/.yarnrc.yml ./yarnrc.yml

ENV NODE_ENV production
ENV PORT 3000
ENV HOSTNAME localhost
ENV HOSTNAME 0.0.0.0

EXPOSE 3000

Expand Down

0 comments on commit 4525f86

Please sign in to comment.