Skip to content

Commit 81a358c

Browse files
author
Rob Tjalma
authored
Merge pull request #150 from com-pas/update_docker_file
Make it possible to replace NGiNX configuration through volume.
2 parents 50537e9 + c904ef0 commit 81a358c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM nginx:latest
22
COPY build/. /usr/share/nginx/html/
33

4+
VOLUME /etc/nginx/conf.d
45
VOLUME /usr/share/nginx/html/public/cim

0 commit comments

Comments
 (0)