Skip to content

Commit 1e6d7b2

Browse files
authored
Fix(docker): modify .env code (#115)
1 parent 0da8680 commit 1e6d7b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/spec-trackr-app/.env.production

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/spec-trackr-app/sta.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:18-alpine
22

33
# 작업 디렉토리를 /app으로 설정
44
WORKDIR /app
5-
COPY .env.production .env
5+
COPY .env .env
66

77
# package.json과 package-lock.json 파일을 컨테이너로 복사
88
COPY package*.json ./

0 commit comments

Comments
 (0)