Skip to content
Snippets Groups Projects
Commit c2a9da59 authored by Griefed's avatar Griefed :joystick:
Browse files

Dockerfile VOLUME /config added

parent f81cbaf9
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,7 @@ RUN \
# Copy local files
COPY root/ /
# Communicate port to be used
# Communicate ports and volumes to be used
EXPOSE 3000
VOLUME /config
......@@ -29,5 +29,7 @@ RUN \
# Copy local files
COPY root/ /
# Communicate port to be used
# Communicate ports and volumes to be used
EXPOSE 3000
VOLUME /config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment