mirror of
https://github.com/mempool/mempool.git
synced 2025-04-03 17:39:13 +02:00
Merge pull request #596 from knorrium/skip_cypress_on_docker
skip downloading the Cypress binary on Docker
This commit is contained in:
commit
5197a15e31
@ -2,6 +2,7 @@ FROM node:12-buster-slim AS builder
|
||||
|
||||
ARG commitHash
|
||||
ENV DOCKER_COMMIT_HASH=${commitHash}
|
||||
ENV CYPRESS_INSTALL_BINARY=0
|
||||
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user