Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJejkal authored Feb 3, 2023
1 parent 6a5a6bd commit dbfcb49
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
Expand Up @@ -42,7 +42,7 @@ RUN mkdir -p /git/base-repo/
RUN mkdir -p /git/base-repo/settings
WORKDIR /git/base-repo/
COPY . .
RUN cp docker/application-docker.properties settings/application-default.properties
RUN cp config/application-docker.properties settings/application-default.properties
# Build service in given directory
RUN bash ./build.sh $SERVICE_DIRECTORY

Expand Down

0 comments on commit dbfcb49

Please sign in to comment.