Update dockerfile-captain.release

This commit is contained in:
Kasra Bigdeli
2020-11-02 08:32:46 -05:00
committed by GitHub
parent fa931b76cb
commit 6dc24b808e
+1 -1
View File
@@ -15,7 +15,7 @@ RUN npm install --production && \
# Build frontend code using a fixed hash commit.
ENV FRONTEND_COMMIT_HASH e95fc5b8ee11d15da9017c5ef47ddb75956cf2a6
ENV FRONTEND_COMMIT_HASH 3d5623f1d6b15a1426a3c995605b5e78e852e79b
RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
git clone https://github.com/githubsaturn/caprover-frontend.git && \