Skip to content

Commit

Permalink
Dockerfile: specify instance folder as volume
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Nov 20, 2023
1 parent dc8701f commit 0827c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN ln -s /opt/virtuoso-opensource/database /database &&\
WORKDIR /FedSDM

VOLUME /database
VOLUME /FedSDM/instance

COPY . /FedSDM
# Install any needed packages specified in requirements.txt
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN ln -s /opt/virtuoso-opensource/database /database &&\
WORKDIR /FedSDM

VOLUME /database
VOLUME /FedSDM/instance

COPY . /FedSDM
# Install any needed packages specified in requirements.txt
Expand Down

0 comments on commit 0827c39

Please sign in to comment.