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