mdl29 / scratchy

Scratchy, application de tchat projet LPH
GNU General Public License v3.0
2 stars 8 forks source link

#135 Create Dockerfile for Scratchy application #221

Closed landerneRPi closed 3 years ago

landerneRPi commented 3 years ago

Add Dockerfile for creating Scratchy Server image. docker build -t scratchy-server . docker run -d -p 5000:5000 scratchy

yannis-mlgrn commented 3 years ago

the code seem good, I approve it

Benvii commented 3 years ago

A Dockerfile pretty much the same as the one on this PR is already present on main. I'm closing this PR.