Updated frontend

This commit is contained in:
Kasra Bigdeli
2019-04-06 18:33:55 -07:00
parent 1a47c30346
commit 86522de44c

View File

@@ -15,7 +15,7 @@ RUN npm install && \
# Build frontend code using a fixed hash commit. # Build frontend code using a fixed hash commit.
ENV FRONTEND_COMMIT_HASH e57d4a53fa742fc84c9cb74454d6d7d772cae91b ENV FRONTEND_COMMIT_HASH d0dc50a56a13dff1c4bba6fc3491c54098b9c209
RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \ RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
git clone https://github.com/githubsaturn/caprover-frontend.git && \ git clone https://github.com/githubsaturn/caprover-frontend.git && \