We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f415d1 commit 5fb5d6cCopy full SHA for 5fb5d6c
Dockerfile
@@ -28,7 +28,7 @@ RUN apt -qq update && apt -qq upgrade -y \
28
29
# Copy artifacts
30
COPY ./artifacts/${ARTIFACT_DIR}/ /tmp
31
-COPY ./secrets/ /secrets
+
32
# Install Sendy
33
RUN unzip /tmp/sendy-${SENDY_VER}.zip -d /tmp \
34
&& cp -r /tmp/includes/* /tmp/sendy/includes \
0 commit comments