File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777 run : |
7878 TAG=$(git rev-parse --short HEAD)
7979 DOCKER_IMAGE_CHAT=ghcr.io/${{ secrets.GIT_ID }}/soundlink_chat:$TAG
80- docker build -t soundlink_chat -f ./docker// chat.Dockerfile .
80+ docker build -t soundlink_chat -f ./docker/chat.Dockerfile .
8181 docker tag soundlink_chat $DOCKER_IMAGE_CHAT
8282 docker push $DOCKER_IMAGE_CHAT
8383
Original file line number Diff line number Diff line change 22FROM openjdk:17-jdk-slim
33
44# The application's jar file
5- ARG JAR_FILE=.. /chat/build/libs/SoundLinkChat_Java-0.0.1-SNAPSHOT.jar
5+ ARG JAR_FILE=./chat/build/libs/SoundLinkChat_Java-0.0.1-SNAPSHOT.jar
66
77# Add the application's jar to the container
88COPY ${JAR_FILE} app.jar
Original file line number Diff line number Diff line change 22FROM openjdk:17-jdk-slim
33
44# The application's jar file
5- ARG JAR_FILE=.. /chat/build/libs/SoundLink_Java-0.0.1-SNAPSHOT
5+ ARG JAR_FILE=./chat/build/libs/SoundLink_Java-0.0.1-SNAPSHOT
66
77# Add the application's jar to the container
88COPY ${JAR_FILE} app.jar
You can’t perform that action at this time.
0 commit comments