Skip to content

Commit

Permalink
fix: 間違えました
Browse files Browse the repository at this point in the history
  • Loading branch information
calloc134 committed Oct 28, 2023
1 parent 47ab5bd commit ade938e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ services:
VITE_HOSTNAME: ${HOSTNAME}
# インフラの環境変数を指定
INFRADIR: ${INFRADIR}
# ホストネームを指定
HOSTNAME: ${HOSTNAME}
environment:
# ホストネームを指定
- HOSTNAME=${HOSTNAME}
networks:
- traefik-public
labels:
Expand Down
2 changes: 0 additions & 2 deletions packages/infra/Dockerfiles/Frontend-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ FROM nginx:latest as production-stage

# nginx構成ファイルのディレクトリ
ARG INFRADIR=packages/infra
# ホスト名(このホストでnginxを構成)
ARG HOSTNAME="dummy.dummy"

# データを引き継ぐ
COPY --from=build-stage /home/dist /usr/share/nginx/dist
Expand Down

0 comments on commit ade938e

Please sign in to comment.