Skip to content

Commit

Permalink
fix: modify Dockerfile to use in local environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sith-call committed Aug 23, 2023
1 parent bc3c292 commit 25c477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 빌드 단계
FROM gradle:7.6.1-jdk17-focal AS build

ENV BACKEND_LOCAL_HOME=./backend
ENV BACKEND_LOCAL_HOME=./

ENV BACKEND_APP_HOME=/apps

Expand Down

0 comments on commit 25c477b

Please sign in to comment.