Skip to content

Commit

Permalink
Update path for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashmerino committed Nov 23, 2024
1 parent 7cf8aa0 commit adb56dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion online-shop-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /online-shop-server

COPY --from=build /online-shop-server/target/*.jar online-shop-server.jar

COPY ./scripts/wait-for-it.sh /scripts/wait-for-it.sh
COPY ../scripts/wait-for-it.sh /scripts/wait-for-it.sh

RUN chmod +x /scripts/wait-for-it.sh

Expand Down
2 changes: 1 addition & 1 deletion online-shop-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /online-shop-ui/

COPY --from=build /online-shop-ui/ /online-shop-ui/

COPY ./scripts/wait-for-it.sh /scripts/wait-for-it.sh
COPY ../scripts/wait-for-it.sh /scripts/wait-for-it.sh

RUN chmod +x /scripts/wait-for-it.sh

Expand Down

0 comments on commit adb56dc

Please sign in to comment.