Skip to content

Commit

Permalink
create directory with volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 19, 2023
1 parent d2bbccd commit 9c84b45
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 @@ -7,6 +7,7 @@ COPY . /opt/pewpew
RUN npm install http-server -g
RUN mkdir -p /opt/pewpew

RUN mkdir ./data
VOLUME ./data

# init external data file
Expand Down

0 comments on commit 9c84b45

Please sign in to comment.