Skip to content

Commit

Permalink
chore :: 배포 환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard committed Dec 11, 2023
1 parent dee334f commit 4afba26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .xquare/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
name: aster-frontend
service_type: fe
port: 8080
port: 3000
domain:
prod: aster.xquare.app
stag: aster-stag.xquare.app
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ COPY . .
# npm install과 COPY . . 를 동시에 수행하면
# 소스 코드가 조금 달라질때도 항상 npm install을 수행해서 리소스가 낭비된다.

# 8080번 포트 노출
EXPOSE 8080
# 3000번 포트 노출
EXPOSE 3000

# npm start 스크립트 실행
CMD ["npm", "start"]

0 comments on commit 4afba26

Please sign in to comment.