mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 12:56:04 +03:00
Fix Docker image build
This commit is contained in:
parent
ede1c4c737
commit
5bac74cd6c
@ -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…
Reference in New Issue
Block a user