Remove volume from dev dockerfile

This commit is contained in:
Tomasz Szymański 2020-02-07 10:03:26 +01:00
parent 759be70ede
commit 981901af39
No known key found for this signature in database
GPG key ID: 44599E4104C38902

View file

@ -10,7 +10,6 @@ ARG STATIC_URL
ENV API_URI http://localhost:8000/graphql/
ENV APP_MOUNT_URI /dashboard/
ENV STATIC_URL /dashboard/
VOLUME /app
EXPOSE 9000
CMD npm start -- --host 0.0.0.0