Update dockerfile-captain.release

This commit is contained in:
Kasra Bigdeli
2019-02-25 22:41:39 -08:00
committed by GitHub
parent e0c5b52685
commit 27a805e8b8
+1 -1
View File
@@ -15,7 +15,7 @@ RUN npm install && \
# Build frontend code using a fixed hash commit.
ENV FRONTEND_COMMIT_HASH 9e87c84485425e535e1381bc2ece875004bb1f23
ENV FRONTEND_COMMIT_HASH 817871e874ee4ee60bf172172d938507a3a4ebc8
RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
git clone https://github.com/githubsaturn/caprover-frontend.git && \