Skip to content

Commit

Permalink
fix: missing second copy arg
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Jan 18, 2023
1 parent 9f532db commit 58248bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_home/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY --from=deno /deno /usr/local/bin/deno
COPY run.sh /
COPY deno.lock /
COPY run.ts /
COPY loader.ts
COPY loader.ts /

RUN chmod a+x /run.sh

Expand Down

0 comments on commit 58248bf

Please sign in to comment.