dockerized the application for easier distribution and depleyment

This commit is contained in:
Patryk Hegenberg 2023-12-28 11:35:42 +01:00
parent b06c3cec3e
commit a9147c3698
6 changed files with 100 additions and 28 deletions

2
Dockerfile.db Normal file
View file

@ -0,0 +1,2 @@
FROM mariadb
COPY ./MatheApp.sql /docker-entrypoint-initdb.d/