Skip to content

Commit

Permalink
work on gh actions for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggiWuerze committed Dec 8, 2023
1 parent f2d129d commit 94b65f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM openjdk:17.0
LABEL org.opencontainers.image.source="https://github.com/maggiwuerze/xdccwebloader>"
WORKDIR /xdcc_webloader
EXPOSE 8080
COPY *.jar /xdcc_webloader/app.jar
COPY Docker/*.jar /xdcc_webloader/app.jar
RUN ls /xdcc_webloader/
ENTRYPOINT ["java","-jar","/xdcc_webloader/app.jar"]

0 comments on commit 94b65f6

Please sign in to comment.