Commit Graph

3 Commits

Author SHA1 Message Date
Kaszanas bfa0291a21 Introduced Dockerfile.dev, updated CONTRIBUTING
Dockerfile.dev can be used as a separate development environment for
anyone that does not wish to install the dependencies locally.
2023-11-18 17:34:36 +01:00
Kaszanas 808fa49952 Moved Dockerfile back to main directory
Main dockerfile in a separate directory can cause issues with the
current CI/CD setup. This can be a good change for later.
2023-11-18 17:33:42 +01:00
Kaszanas 59bba20069 Moved Dockerfile, COPY at the end
This change should prevent re-installation of the dependencies upon
every change of the repository's contents. Typically if Docker detects
that something changed in a layer, all downstream layers are invalidated
and rebuilt.
2023-11-18 15:35:12 +01:00