remvze / moodist

🌲 Ambient sounds for focus and calm.
https://moodist.app
MIT License
554 stars 37 forks source link

feat(docker): add dockerfile #2

Closed javigomezo closed 6 months ago

javigomezo commented 6 months ago

Hi @remvze, love your project!

Small PR for adding the dockerfile (solving #1). It's my first time creating a Dockerfile for Astro, I followed the official docs and I think it's working.

Of course for building just

docker build -t moodist .

And for running it:

docker run -it --name moodist -p 4321:8080 moodist
remvze commented 6 months ago

Thank you for your contribution!