File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ ARG FOLDER=/app
44FROM ghost:alpine
55
66COPY --chown=1000:1000 . /app
7- COPY --chown=1000:1000 ./.diploi/diploi-storage-adapter.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
7+ COPY --chown=1000:1000 ./.diploi/DiploiFilesStorage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
8+ COPY --chown=1000:1000 ./.diploi/DiploiImagesStorage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
9+ COPY --chown=1000:1000 ./.diploi/DiploiMediaStorage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
810
911ENV NODE_ENV=production
1012ENV paths__contentPath=${FOLDER}
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ ARG FOLDER=/app
44FROM ghost:alpine
55
66COPY --chown=1000:1000 . /app
7- COPY --chown=1000:1000 ./.diploi/diploi-storage-adapter.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
7+ COPY --chown=1000:1000 ./.diploi/DiploiFilesStorage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
8+ COPY --chown=1000:1000 ./.diploi/DiploiImagesStorage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
9+ COPY --chown=1000:1000 ./.diploi/DiploiMediaStorage.js /var/lib/ghost/versions/$GHOST_VERSION/core/server/adapters/storage/
810
911ENV NODE_ENV=development
1012ENV paths__contentPath=${FOLDER}
You can’t perform that action at this time.
0 commit comments