Update dockerfile-captain.release

This commit is contained in:
Kasra Bigdeli
2019-04-06 17:33:42 -07:00
committed by GitHub
parent 52a439fb9a
commit 908f9055ce
+1 -1
View File
@@ -15,7 +15,7 @@ RUN npm install && \
# Build frontend code using a fixed hash commit.
ENV FRONTEND_COMMIT_HASH e34e6aaa226416e598b339908b781439e7dbf55c
ENV FRONTEND_COMMIT_HASH e57d4a53fa742fc84c9cb74454d6d7d772cae91b
RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
git clone https://github.com/githubsaturn/caprover-frontend.git && \