Browse Source

Update Dockerfile

pull/1415/head
weroy 4 years ago
committed by GitHub
parent
commit
bc69e622f7
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/* && rm -rf /var/lib/apt/lists/*
RUN mkdir /data RUN mkdir /data
VOLUME /azmount VOLUME /home
EXPOSE 80 EXPOSE 80
EXPOSE 3012 EXPOSE 3012

Loading…
Cancel
Save