diff options
Diffstat (limited to 'Dockerfile.alpine')
-rw-r--r-- | Dockerfile.alpine | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 3a8b4b1d..87854571 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -68,6 +68,7 @@ RUN apk add \ RUN mkdir /data VOLUME /data EXPOSE 80 +EXPOSE 3012 # Copies the files from the context (env file and web-vault) # and the binary from the "build" stage to the current stage |