Skip to content

Commit

Permalink
fix: production.Dockerfileで環境変数を指定し忘れていた
Browse files Browse the repository at this point in the history
  • Loading branch information
arata-nvm committed Mar 4, 2024
1 parent 145ed6d commit b22cc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile

ENV VITE_APP_URL=https://app.twinte.net
ENV VITE_API_URL=https://app.twinte.net/api/v3

COPY . ./
Expand Down

0 comments on commit b22cc16

Please sign in to comment.