zs-starter-template/Dockerfile
2024-03-03 15:16:15 +10:00

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