zs-starter-template/Dockerfile

9 lines
126 B
Docker
Raw Permalink Normal View History

# Build
FROM prologic/zs AS build
# Copy content
2024-03-03 05:16:15 +00:00
COPY --chown=zs . .
2023-04-01 02:13:39 +00:00
# Build the site (in production mode)
2024-03-03 05:16:15 +00:00
#RUN zs -P build