Skip to content

Commit

Permalink
Add build hint to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lablans committed Sep 27, 2023
1 parent e6e56c4 commit 993a0bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# This assumes binaries are present, see COPY directive.
# This Dockerfile is infused with magic to speedup the build.
# In particular, it requires built binaries to be present (see COPY directive).
#
# tl;dr: To make this build work, run
# ./dev/focusdev build
# and find your freshly built images tagged with the `localbuild` tag.

FROM alpine AS chmodder
ARG TARGETARCH
COPY /artifacts/binaries-$TARGETARCH/focus /app/
Expand Down

0 comments on commit 993a0bd

Please sign in to comment.