Skip to content

Commit

Permalink
fix : 컨테이너 서버 시간 설정 (한국)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoouniak authored Jun 5, 2024
1 parent fb9ba8c commit a2104f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN npm install
# 현재 디렉토리의 모든 파일을 도커 컨테이너의 워킹 디렉토리에 복사한다.
COPY . .

# 서버 시간 한국으로 설정
ENV TZ Asia/Seoul

EXPOSE 5173

CMD ["npm", "run", "dev"]

0 comments on commit a2104f2

Please sign in to comment.