mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-01 20:36:16 +03:00
8 lines
126 B
Docker
8 lines
126 B
Docker
# Build
|
|
FROM prologic/zs AS build
|
|
|
|
# Copy content
|
|
COPY --chown=zs . .
|
|
|
|
# Build the site (in production mode)
|
|
#RUN zs -P build
|