Updated frontend

This commit is contained in:
Kasra Bigdeli
2019-03-10 18:31:19 -07:00
parent 5852b48fc3
commit 65913d8647
+1 -1
View File
@@ -15,7 +15,7 @@ RUN npm install && \
# Build frontend code using a fixed hash commit.
ENV FRONTEND_COMMIT_HASH ea6a7a912fe39ca9693c45f1a6fe9c3fa8f71db8
ENV FRONTEND_COMMIT_HASH f6c2127bdaea4f52a42d06f0c3d0c6b7eda21f3d
RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
git clone https://github.com/githubsaturn/caprover-frontend.git && \