Skip to content

Commit

Permalink
修正dockerfile的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Sep 5, 2024
1 parent c7b3ccc commit 934a039
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 @@ -4,7 +4,7 @@ ARG WORKDIR=/opt/run

WORKDIR ${WORKDIR}
COPY run/lib run/lib
COPY meowcloud-app/target/meowcloud-api-1.0.0.jar meowcloud.jar
COPY /meowcloud-app/target/meowcloud-app-1.0.0.jar meowcloud.jar

EXPOSE 5508

Expand Down

0 comments on commit 934a039

Please sign in to comment.