why github action no worky?

This commit is contained in:
Pagwin 2023-09-14 14:50:15 -04:00
parent d99259b783
commit 2b6b11c614
No known key found for this signature in database
GPG key ID: F5FB283DD4B1A998

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