Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
123 stars 100 forks source link

Simplifying Docker #44

Closed DennisSnijder closed 5 years ago

DennisSnijder commented 5 years ago

What has been done

- Replaced the tagged image: server:latest tag with build: . This means that upon docker-compose up Docker will build the local Dockerfile first. This allows the user to run the server through docker-compose without needing to build and tag the image first.