Skip to content

Commit

Permalink
new dockerfile that should work?
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed May 20, 2024
1 parent e7f8bb3 commit f4dd99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lightning/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM docker.io/denoland/deno:${DENO_VERSION}

# add lightning to the image
WORKDIR /app
ADD . /app
ADD ./packages/lightning /app
RUN deno install -A --unstable-temporal -n lightning /app/src/cli/mod.ts

# set lightning as the entrypoint and use the run command by default
Expand Down

0 comments on commit f4dd99f

Please sign in to comment.