Skip to content

Commit

Permalink
fix(Dockerfile): rename compressed binary from 'content' to 'dataloader'
Browse files Browse the repository at this point in the history
The binary name in the Dockerfile is updated from 'content' to
'dataloader' to reflect the actual purpose and functionality of the
binary more accurately.
  • Loading branch information
cybersiddhu committed Aug 28, 2024
1 parent 95fd320 commit d49227d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN go build \
RUN upx -q -9 gmake \
&& upx -q -9 importer \
&& upx -q -9 baserow \
&& upx -q -9 content
&& upx -q -9 dataloader

FROM gcr.io/distroless/static
COPY --from=builder /go/modware-import/gmake /usr/local/bin/
Expand Down

0 comments on commit d49227d

Please sign in to comment.