Skip to content

Commit c31f75b

Browse files
authored
Merge pull request #10 from CodeForAfrica/add-nginx-sigil-file-to-working-directory
Add nginx.conf.sigil to image WORKDIR
2 parents 065e043 + 845aad5 commit c31f75b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ FROM ghost:${GHOST_VERSION}-alpine
44
# Add the Object Store storage adapter. We use the main branch of the repository.
55
ADD --chown=node:node https://github.com/CodeForAfrica/ghost-object-store-storage-adapter.git#main content/adapters/storage/object-store
66

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+
711
# Install dependencies for the storage adapter.
812
WORKDIR /var/lib/ghost/content/adapters/storage/object-store
913
RUN npm install --omit=dev

0 commit comments

Comments
 (0)