Browse Source

Merge pull request #171 from shauder/ws

Expose 3012 in docker build file for notifications
pull/182/head
Daniel García 6 years ago
committed by GitHub
parent
commit
434551e012
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile
  2. 1
      Dockerfile.alpine

1
Dockerfile

@ -76,6 +76,7 @@ RUN apt-get update && apt-get install -y\
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

1
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

Loading…
Cancel
Save