Browse Source

Update Dockerfile.alpine

pull/1415/head
weroy 4 years ago
committed by GitHub
parent
commit
6bc028f614
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/amd64/Dockerfile.alpine

2
docker/amd64/Dockerfile.alpine

@ -87,7 +87,7 @@ RUN apk add --no-cache \
ca-certificates
RUN mkdir /data
VOLUME ${WEBAPP_STORAGE_HOME}
VOLUME home
EXPOSE 80
EXPOSE 3012

Loading…
Cancel
Save