Commit Graph

20 Commits

Author SHA1 Message Date
c180d7a012
delete deprecated dockerfiles 2023-09-17 00:04:10 +02:00
fea4211930
add new dockerfile with dev and release stages 2023-09-17 00:04:10 +02:00
4f6e18f83a
add entry point for dev docker 2023-09-17 00:04:06 +02:00
57a24f8c90
add entry point for release docker 2023-09-17 00:03:20 +02:00
0048fb9b1d
add cron for db:maintain 2023-09-17 00:03:20 +02:00
cede0e7985
add release generator script 2023-09-16 23:07:51 +02:00
80501b7f0a
add nodejs installer script 2023-09-16 15:05:34 +02:00
b04df4411b
MAPG-243 change base image of Dockerfile-test to the same as Dockerfile-app 2023-04-07 21:12:09 +02:00
0654b65940
add Jenkinsfile and Dockerfile-test
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good
default-pipeline default-pipeline #18
2021-12-22 01:59:31 +01:00
4fabc39d44
MAPG-203 restructure Docker stack 2021-03-20 19:44:48 +01:00
2120fbebbc
MAPG-203 add Dockerfile for multiplayer (NodeJS) 2021-03-20 19:44:47 +01:00
e1df28123f
MAPG-183 tooling fixes 2020-06-27 00:38:19 +02:00
d2fa2050ac MAPG-94 install php-xml to Docker because it is a dependency of PHPUnit
install unzip as well because it is sometimes needed
2020-06-25 00:35:36 +02:00
6115dc7bc6 MAPG-92 use Nginx instead of Apache in Docker environment 2020-05-31 14:41:53 +02:00
d55caefda0 MAPG-78 use svgo instead of html-minifier 2020-05-30 01:53:39 +02:00
e9f4de99e7 MAPG-47 add php-curl to Dockerfile 2020-05-25 18:51:15 +02:00
334038dc97 MAPG-62 add html-minifier to Dockerfile 2020-05-24 15:43:22 +02:00
ba01767c6c MAPG-7 implement install and update scripts
minor adaptations for paths, environment variables and Dockerfile
2020-05-20 13:44:54 +02:00
2c9a3ec23c MAPG-7 install nodejs, uglify-js and clean-css into the Docker image
cleanup Docker files
2020-05-20 03:26:51 +02:00
a61d2951d7 MAPG-2 Init project MapGuesser
* add composer.json and basic environment
 * add basic classes
 * add basic map with JS and CSS (with demo functionality)
 * add files for docker-compose
 * add launch.json for Docker debug
 * add README
2020-05-17 19:29:06 +02:00