FROM nginx:alpine COPY www /www COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80 CMD (tail -F /var/log/nginx/access.log &) && exec nginx -g "daemon off;" ...
Based on the tutorial by Ania Kubow for FreeCodeCamp. This is a javascript tetris game. I compartmentalised some of the repeated code into separate functions. For example, I made a function that ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results