Removed workdir from Dockerfile

This commit is contained in:
Alejandro Celaya 2018-08-06 20:32:14 +02:00
parent 33bec0f05d
commit f3a3854c1f

View file

@ -19,5 +19,3 @@ RUN cd ./shlink-web-client && \
# Delete and uninstall build tools
yarn cache clean && apk del yarn && apk del nodejs
WORKDIR /usr/share/nginx/html