umn-asr / peoplesoft_course_class_data

0 stars 0 forks source link

Dockerize for development #70

Closed morse255 closed 3 days ago

morse255 commented 3 days ago

This PR modifies the script/setup and script/test scripts so that a Docker container is used instead of the local development environment. It adds a script/docker script to make it easy to start a bash shell inside the Docker container.

A few additional notes:

morse255 commented 3 days ago

Non-blocking and nit-picky, but why .yaml rather than .yml? Either work, we've just used .yml historically.

I chose compose.yaml here because it is the (new-ish) preferred naming convention according to the Docker Compose documentation: https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file