mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
9 lines
126 B
Docker
9 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
|