From f3a3854c1f6d76529ac2338efcda0f4100d506ea Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 6 Aug 2018 20:32:14 +0200 Subject: [PATCH] Removed workdir from Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a844af6e..fd87d803 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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