Skip to content

Commit

Permalink
chore: 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Feb 29, 2024
1 parent ece2b2f commit 8f4060d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_API_ENDPOINT = https://qa.ice.scg.skku.ac.kr/v1/
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY . .

RUN yarn install


RUN yarn build

CMD ["yarn", "start"]

0 comments on commit 8f4060d

Please sign in to comment.