Revert dockerfile change
This commit is contained in:
parent
b77124f1a7
commit
993af46439
@ -1,5 +1,2 @@
|
|||||||
FROM alpine
|
FROM nginx
|
||||||
RUN apk add hugo git go
|
COPY ./public /usr/share/nginx/html
|
||||||
RUN git clone https://gitea.arsenm.dev/Arsen6331/site.git
|
|
||||||
WORKDIR "/site"
|
|
||||||
CMD hugo server -p 80 --bind 0.0.0.0
|
|
Loading…
Reference in New Issue
Block a user