mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 05:25:42 +00:00
Merge pull request #14 from Pagwin-Fedora/development
why github action no worky?
This commit is contained in:
commit
2d63b38b65
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
|
||||
ARG COMMENTS_BACKEND
|
||||
ENV COMMENTS_BACKEND=${WITH_BACKEND}
|
||||
RUN ["hugo", "--minify"]
|
||||
RUN ["/usr/bin/hugo", "--minify"]
|
||||
|
||||
FROM python:3.11-alpine as fiddling
|
||||
RUN ["mkdir", "/application"]
|
||||
|
|
Loading…
Reference in a new issue