Skip to content

Commit

Permalink
setting: DockerFile Volume 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 committed Jul 22, 2024
1 parent afab8d8 commit 0168297
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM openjdk:17-jdk
COPY target/mimo-*.jar app.jar
VOLUME /app/videos
VOLUME /app/thumbnails
ENTRYPOINT [ "java", "-jar","app.jar" ]

0 comments on commit 0168297

Please sign in to comment.