Skip to content

Commit

Permalink
fix: box dockerfile wasn't building (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Jun 25, 2024
1 parent 47d391b commit 8b714e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.box
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ WORKDIR /root/
ENV PATH="/root/jre/bin:$PATH"
COPY --from=builder /hermit/pkg/openjre-18.0.2.1_1/ ./jre/
COPY --from=builder /src/build/template template
COPY --from=builder /src/build/release/ftl-runner .
COPY --from=builder /src/build/release/ftl .
RUN mkdir deployments

Expand Down

0 comments on commit 8b714e4

Please sign in to comment.