Compare commits
1 Commits
2026.01.30
...
2026.01.31
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d35b3a2dd |
@@ -6,8 +6,6 @@ COPY . .
|
|||||||
RUN mkdocs build --clean
|
RUN mkdocs build --clean
|
||||||
|
|
||||||
FROM joseluisq/static-web-server:2
|
FROM joseluisq/static-web-server:2
|
||||||
|
|
||||||
FROM nginx:alpine
|
|
||||||
COPY config.toml /config.toml
|
COPY config.toml /config.toml
|
||||||
COPY --from=builder /docs/site /public
|
COPY --from=builder /docs/site /public
|
||||||
ENV SWS_CONFIG_FILE=/config.toml
|
ENV SWS_CONFIG_FILE=/config.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user