Merge branch 'main' of git.odit.services:lfk/frontend into main

# Conflicts:
#	docker-compose.yml
This commit is contained in:
Nicolai Ort 2020-12-22 15:51:12 +01:00
commit dbb3aa2740

View File

@ -3,6 +3,6 @@ services:
httpd: httpd:
build: . build: .
volumes: volumes:
- ./dev.env.js:/usr/share/nginx/html/env.js - ./public/env.sample.js:/usr/share/nginx/html/env.js
ports: ports:
- 4050:80 - 4050:80