vityaman-edu / lms

A simple learning management system.
Apache License 2.0
4 stars 0 forks source link

Don't build custom docker image for botalka #102

Closed vityaman closed 4 months ago

vityaman commented 4 months ago

Currently we have some overhead of building botalka service docker image. I suspect that it can be eliminated as actually what we do is only copying jar archive to image. Instead we should try to just mount build directory there and run this jar at docker compose service entrypoint.