Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Add ENV for BIN (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner authored Feb 7, 2024
1 parent cb635eb commit f9626e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

ARG BIN
ENV BIN=$BIN
WORKDIR /app

USER nobody
Expand Down

0 comments on commit f9626e9

Please sign in to comment.