Merge pull request #14 from Pagwin-Fedora/development

why github action no worky?
This commit is contained in:
Pagwin 2023-09-14 14:51:25 -04:00 committed by GitHub
commit 2d63b38b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]