Skip to content

Commit 7542625

Browse files
committed
Don't know what's going on with the Deno docker image, disabling the deno.lock file for now
1 parent c199aba commit 7542625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /app
1616
ADD . /app
1717

1818
# Build the `silverbullet` self-contained binary in /app/silverbullet
19-
RUN make build
19+
RUN rm deno.lock && make build
2020

2121
# Stage 2: Create the runtime from the build
2222
FROM alpine:latest

0 commit comments

Comments
 (0)