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