Skip to content

Commit 9c4c240

Browse files
author
Dennis Labordus
authored
Merge pull request #136 from com-pas/adjust-dockerfile-import-from-api
Added VOLUME to Dockerfile
2 parents f9fc116 + 89edeeb commit 9c4c240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
FROM nginx:latest
22
COPY build/. /usr/share/nginx/html/
3+
4+
VOLUME /usr/share/nginx/html/public/cim

0 commit comments

Comments
 (0)