mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 11:29:10 -04:00
feat added custom pages
This commit is contained in:
11
.devcontainer/laradock/traefik/Dockerfile
Normal file
11
.devcontainer/laradock/traefik/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM traefik:v2.2
|
||||
|
||||
LABEL maintainer="Luis Coutinho <luis@luiscoutinho.pt>"
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
RUN touch acme.json
|
||||
|
||||
RUN chmod 600 acme.json
|
||||
|
||||
VOLUME /data
|
||||
2
.devcontainer/laradock/traefik/data/.gitignore
vendored
Normal file
2
.devcontainer/laradock/traefik/data/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user