Skip to content

Commit

Permalink
refactor: Add comment to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed Jan 10, 2024
1 parent d659ebb commit 2ddce32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ RUN install -d -m 774 -o $UID -g 0 /app
WORKDIR /app

# Use dumb-init to handle signals
RUN apk add --no-cache dumb-init openssl curl file
RUN apk add --no-cache dumb-init \
# Our script uses these
openssl curl file

# Copy the bash script into the container
# Copy the shell script into the container
COPY --chown=$UID:0 --chmod=774 \
azure-uploader.sh .

Expand Down

0 comments on commit 2ddce32

Please sign in to comment.