Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsixface committed Mar 8, 2024
1 parent f599856 commit e240fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV BIND=0.0.0.0
WORKDIR /app
EXPOSE 8080

ADD static /app/static
ADD build/libs/server-all.jar /app
ADD server/static /app/static
ADD server/build/libs/server-all.jar /app

ENTRYPOINT java -jar /app/server-all.jar

0 comments on commit e240fa9

Please sign in to comment.