Skip to content

Commit

Permalink
docker: create volume
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaville committed Mar 26, 2024
1 parent aa20179 commit aabbb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ LABEL maintainer="Pantelis Sopasakis <p.sopasakis@gmail.com>" \
description="Jupyter notebook for Optimization Engine (OpEn)"

WORKDIR /open
VOLUME /open

# Example Python notebook
COPY example.ipynb /open/
Expand Down

0 comments on commit aabbb65

Please sign in to comment.