mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2026-01-06 06:29:57 -06:00
updating the Dockerfile and the Jenkinsfile so the db, logs and files stay outside the docker container
This commit is contained in:
@@ -4,6 +4,8 @@ WORKDIR /app
|
||||
|
||||
COPY ${WORKSPACE}/target/quickdrop-0.0.1-SNAPSHOT.jar /app/quickdrop.jar
|
||||
|
||||
VOLUME ["/app/db", "/app/log", "/files"]
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "/app/quickdrop.jar"]
|
||||
|
||||
Reference in New Issue
Block a user