We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5c08d commit a85997cCopy full SHA for a85997c
Dockerfile
@@ -3,8 +3,6 @@ FROM ghost:${GHOST_VERSION}-alpine
3
4
# Add the Object Store storage adapter. We use the main branch of the repository.
5
ADD --chown=node:node https://github.com/CodeForAfrica/ghost-object-store-storage-adapter.git#main content/adapters/storage/object-store
6
-# Copy over the Nginx template.
7
-COPY contrib/dokku/nginx.conf.sigil .
8
9
# Install dependencies for the storage adapter.
10
WORKDIR /var/lib/ghost/content/adapters/storage/object-store
contrib/dokku/nginx.conf.sigil nginx.conf.sigilcontrib/dokku/nginx.conf.sigil renamed to nginx.conf.sigil
0 commit comments