Update dockerfile-captain.release

This commit is contained in:
Kasra Bigdeli
2021-02-15 15:41:03 -05:00
committed by GitHub
parent 8bf2b1888f
commit 7eb6452093
+1 -1
View File
@@ -15,7 +15,7 @@ RUN npm install --production && \
# Build frontend code using a fixed hash commit.
ENV FRONTEND_COMMIT_HASH 86260f22233bd7f396128cab384dda70ce6c7b7b
ENV FRONTEND_COMMIT_HASH e2dc2415860d5d1096096f06fc204e6b186110bf
RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
git clone https://github.com/githubsaturn/caprover-frontend.git && \