1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(build-system): remove VOLUME statement from Windows Dockerfile (#3181)

This commit is contained in:
Anthony Lapenna 2019-09-20 16:38:43 +12:00 committed by GitHub
parent 7509283072
commit b84fa9db2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,6 @@ FROM microsoft/nanoserver:sac2016
COPY dist /
VOLUME C:\\data
WORKDIR /
EXPOSE 9000