ChrisVilches / Youtube-Podcast

System for scraping Youtube videos and converting them into podcasts (or music files).
2 stars 0 forks source link

Docker image still runs the `dev` commands even in production. #14

Open ChrisVilches opened 1 year ago

ChrisVilches commented 1 year ago

Now it builds the app in the image and then just runs the files from dist.

It works for production, however now I cannot develop. Fix this the next time I develop the app, and create two Docker environments, one for development and another one for production (the one I currently have). I can just use the previous Dockerfile and compose files I had before this revamp.