diff --git a/scripts/docker/Dockerfile.frontend b/scripts/docker/Dockerfile.frontend index b78bb57413..fa46fc7b95 100644 --- a/scripts/docker/Dockerfile.frontend +++ b/scripts/docker/Dockerfile.frontend @@ -4,7 +4,8 @@ WORKDIR /usr/src/app/frontend COPY frontend . ## SETUP -RUN npm install +RUN git config --global url.https://github.com/.insteadOf git@github.com: \ + && npm install # SERVE COPY tasking-manager.env ..