Shared-Milk / shared_milk_be

0 stars 1 forks source link

Add docker container #44

Open snowe2010 opened 10 months ago

snowe2010 commented 10 months ago

Is this a fix or a feature?

Describe the feature - fix - refactor:

How was this tested?

Where should the reviewer start - test:

You should be able to run docker-compose up -d and have postgres and shared milk backend start. You can then run docker-compose exec app bundle exec rake db:setup db:migrate and your migrations will run.

Then the server is accessible like normal.

Additional comments:

This is pre work to allow deploying this as a docker container on any platform.