Skip to content

Commit ca787d6

Browse files
committed
Ignore missing Diploi adapters
1 parent 1ee6564 commit ca787d6

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
@@ -6,7 +6,7 @@ ARG FOLDER=/app
66
COPY --chown=1000:1000 . /app
77

88
# 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/
9+
RUN cp ${FOLDER}/adapters/Diploi*Storage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/ 2>/dev/null || :
1010

1111
ENV paths__contentPath=${FOLDER}
1212

0 commit comments

Comments
 (0)