mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-04 13:53:31 +03:00
Fix Docker image build
This commit is contained in:
parent
ede1c4c737
commit
5bac74cd6c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ WORKDIR /src
|
|||
# Copy content
|
||||
COPY . .
|
||||
|
||||
# Build the site
|
||||
RUN zs build
|
||||
# Build the site (in production mode)
|
||||
RUN zs -p build
|
||||
|
||||
# Runtime
|
||||
FROM prologic/zs AS runtime
|
||||
|
|
Loading…
Add table
Reference in a new issue