mirror of
https://github.com/caprover/caprover
synced 2026-05-05 19:20:38 +00:00
Merge branch 'master' of github.com:caprover/caprover
This commit is contained in:
@@ -3,7 +3,7 @@ RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
||||
# Build backend code
|
||||
# Build backend code.
|
||||
|
||||
COPY . /usr/src/app
|
||||
RUN npm install && \
|
||||
@@ -13,7 +13,7 @@ RUN npm install && \
|
||||
|
||||
|
||||
|
||||
# Build frontend code using a fixed hash commit
|
||||
# Build frontend code using a fixed hash commit.
|
||||
|
||||
ENV FRONTEND_COMMIT_HASH 9e87c84485425e535e1381bc2ece875004bb1f23
|
||||
|
||||
|
||||
Reference in New Issue
Block a user