continue work on builder

This commit is contained in:
t3chn0m4g3
2024-09-05 19:49:52 +00:00
parent e346316945
commit 5287224015
12 changed files with 351 additions and 32 deletions

View File

@ -36,4 +36,4 @@ RUN apk -U --no-cache add \
rm -rf /var/cache/apk/*
#
# Start nginx
CMD nginx -g 'daemon off;'
CMD ["nginx", "-g", "daemon off;"]