Revert dockerfile change

This commit is contained in:
Elara 2022-09-23 00:07:09 -07:00
parent b77124f1a7
commit 993af46439
1 changed files with 2 additions and 5 deletions

View File

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