mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-09 12:02:10 +00: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
|