hmellor / auction-website

An open-source auction hosting system
https://hmellor.github.io/auction-website/
MIT License
99 stars 47 forks source link

Add Dockerfile and docker-compose.yml #37

Closed latenssi closed 9 months ago

latenssi commented 10 months ago

Add a Dockerfile using nginx:alpine as base to host the static assets to ease development.

hmellor commented 9 months ago

If you use VS Code, it might be easier for you to use something like the LiveServer extension.

I'm also working on a v3 which uses React instead of vanilla JS. In v3, development will be handled by npm instead of VS Code extensions or Docker.

If you strongly believe that there should be a Docker option for v2, could you please update the README with instructions on how to use what you're adding in this PR. Thanks!