aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zig-build/.dockerignore1
-rw-r--r--zig-build/Dockerfile3
2 files changed, 2 insertions, 2 deletions
diff --git a/zig-build/.dockerignore b/zig-build/.dockerignore
new file mode 100644
index 000000000..72e8ffc0d
--- /dev/null
+++ b/zig-build/.dockerignore
@@ -0,0 +1 @@
+*
diff --git a/zig-build/Dockerfile b/zig-build/Dockerfile
index 999ac60ad..a0b4d5ed0 100644
--- a/zig-build/Dockerfile
+++ b/zig-build/Dockerfile
@@ -1,3 +1,4 @@
+
# This builds the specifc version of Zig used by Bun
# It outputs a zig.zip file
FROM ubuntu:20.04
@@ -57,5 +58,3 @@ RUN --mount=type=tmpfs,target=/zig-build \
-
-