We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516d38e commit 7537908Copy full SHA for 7537908
engine/Dockerfile.scratch
@@ -26,6 +26,7 @@ ENV RUST_LOG="error,edgeserver=info"
26
# BINARY_PATH: Path to the pre-compiled binary from GitHub Actions
27
ARG BINARY_PATH
28
COPY ${BINARY_PATH} /edgeserver
29
+COPY www /www
30
31
# Network Configuration
32
# -------------------
0 commit comments