feat: add Dockerfile and .dockerignore for containerization - #4
Conversation
|
Hey @nielsklumper, thanks for your pull request. Getting the whole thing up and running with Docker was already on my to-do list, so thanks! I’ve got a few things to mention, though. I’d actually quite like to have a Docker Compose file for this. I’ve quickly put one together: docker-compose.yml Now that there is a Docker Compose file, can you update the devcontainer.json to use it? I’m not very familiar with devcontainer.json files, but this snippet (or a modified version) should work 🤷♂️:
P.S.: I've updated the base path URL in index.php, so please pull from the main branch again. |
…e docker-compose setup
No description provided.