zs-starter-template/Dockerfile

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