Browse Source

Update Dockerfile

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

2
docker/amd64/Dockerfile

@ -92,7 +92,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /data
VOLUME /home
VOLUME ${WEBAPP_STORAGE_HOME}
EXPOSE 80
EXPOSE 3012

Loading…
Cancel
Save