Made image smaller
This commit is contained in:
parent
209ee46444
commit
79c3051074
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user