Skip to content

Commit 5fb5d6c

Browse files
author
bubbajames
committed
Docker secrets do not belong in stand alone containers.
1 parent 1f415d1 commit 5fb5d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt -qq update && apt -qq upgrade -y \
2828

2929
# Copy artifacts
3030
COPY ./artifacts/${ARTIFACT_DIR}/ /tmp
31-
COPY ./secrets/ /secrets
31+
3232
# Install Sendy
3333
RUN unzip /tmp/sendy-${SENDY_VER}.zip -d /tmp \
3434
&& cp -r /tmp/includes/* /tmp/sendy/includes \

0 commit comments

Comments
 (0)