Skip to content

Commit

Permalink
fix: Dockerfile 주석처리 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwldnjs1009 committed Mar 1, 2025
1 parent c3c4898 commit 4f62811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY package.json yarn.lock ./

RUN yarn install

# COPY .env ./
COPY .env ./
COPY ./ ./

RUN yarn run build
Expand Down

0 comments on commit 4f62811

Please sign in to comment.