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