mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 09:25:41 +00:00
why github action no worky?
This commit is contained in:
parent
d99259b783
commit
2b6b11c614
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ WORKDIR /root
|
||||||
# pass in the uri or ip of the comments api so nginx can forward to it
|
# pass in the uri or ip of the comments api so nginx can forward to it
|
||||||
ARG COMMENTS_BACKEND
|
ARG COMMENTS_BACKEND
|
||||||
ENV COMMENTS_BACKEND=${WITH_BACKEND}
|
ENV COMMENTS_BACKEND=${WITH_BACKEND}
|
||||||
RUN ["hugo", "--minify"]
|
RUN ["/usr/bin/hugo", "--minify"]
|
||||||
|
|
||||||
FROM python:3.11-alpine as fiddling
|
FROM python:3.11-alpine as fiddling
|
||||||
RUN ["mkdir", "/application"]
|
RUN ["mkdir", "/application"]
|
||||||
|
|
Loading…
Reference in a new issue