Made image smaller

This commit is contained in:
Roger Gonzalez 2024-02-08 19:19:33 -03:00
parent 209ee46444
commit 79c3051074
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -8,7 +8,8 @@ RUN rm /usr/share/nginx/html/* && \
apk add --no-cache emacs git && \ apk add --no-cache emacs git && \
emacs -Q --script build-site.el && \ emacs -Q --script build-site.el && \
cp -R ./public/* /usr/share/nginx/html && \ cp -R ./public/* /usr/share/nginx/html && \
apk del emacs git apk del emacs git && \
rm -rf ./packages
EXPOSE 80 EXPOSE 80