zs-starter-template/Dockerfile

9 lines
126 B
Docker
Raw Normal View History

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