Skip to content

Commit a3bb310

Browse files
authored
Fix(docker): resolve 404 error (#108)
1 parent eeae525 commit a3bb310

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/spec-trackr-app/sta.dockerfile

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

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

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

0 commit comments

Comments
 (0)