We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee6564 commit ca787d6Copy full SHA for ca787d6
Dockerfile
@@ -6,7 +6,7 @@ ARG FOLDER=/app
6
COPY --chown=1000:1000 . /app
7
8
# Copy Diploi storage adapters to the Ghost core
9
-RUN cp ${FOLDER}/adapters/Diploi*Storage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
+RUN cp ${FOLDER}/adapters/Diploi*Storage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/ 2>/dev/null || :
10
11
ENV paths__contentPath=${FOLDER}
12
0 commit comments