We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 065e043 + 845aad5 commit c31f75bCopy full SHA for c31f75b
Dockerfile
@@ -4,6 +4,10 @@ FROM ghost:${GHOST_VERSION}-alpine
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
7
+# Add custom nginx configuration file to Ghost WORKDIR.
8
+# See https://dokku.com/docs/networking/proxies/nginx/#customizing-the-nginx-configuration for details.
9
+ADD nginx.conf.sigil /var/lib/ghost
10
+
11
# Install dependencies for the storage adapter.
12
WORKDIR /var/lib/ghost/content/adapters/storage/object-store
13
RUN npm install --omit=dev
0 commit comments