Fix Docker image build

This commit is contained in:
James Mills 2023-04-01 12:13:39 +10:00
parent ede1c4c737
commit 5bac74cd6c
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ WORKDIR /src
# Copy content # Copy content
COPY . . COPY . .
# Build the site # Build the site (in production mode)
RUN zs build RUN zs -p build
# Runtime # Runtime
FROM prologic/zs AS runtime FROM prologic/zs AS runtime