Make export directory an exposed volume (#2610)

This exposes the /export directory, making it possible to mount it from other
containers. It also makes it possible to bind a local folder to the internal /export
mount point using the native Docker for Mac/Windows and Kinematic.
master
Hugo Jobling 8 years ago committed by Harshavardhana
parent 7398d737b5
commit 600551feb9
  1. 1
      Dockerfile

@ -15,4 +15,5 @@ RUN \
EXPOSE 9000
ENTRYPOINT ["go-wrapper", "run", "server"]
VOLUME ["/export"]
CMD ["/export"]

Loading…
Cancel
Save