KodeStar / audiosilo

94 stars 7 forks source link

Make a Dockerfile #1

Closed JoeMatt closed 3 years ago

JoeMatt commented 3 years ago

Make a Dockerfile.

Though I use docker often, I've never made a Dockerfile app from scratch so I hope this is good. Looked up tutorials for 'nuxt' apps and this looks more or less correct.

Usage;

docker build -t audiosilo .
docker run -it -p 3000:3000 audiosilo 

then open http://localhost:3000

KodeStar commented 3 years ago

Hey, thanks for taking the time to do this. Though as a member of linuxserver.io, when the code is a little more ready for prime time I'll be asking them to help with the docker.

mariushosting commented 3 years ago

Hey, thanks for taking the time to do this. Though as a member of linuxserver.io, when the code is a little more ready for prime time I'll be asking them to help with the docker.

Any news about docker file?

JoeMatt commented 3 years ago

Closing this since you have other plans.

@mariushosting You can copy paste my Dockerfile locally for now if you want, it seemed to work for a basic install for me.