Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 434c2dde authored by peter_rabbit's avatar peter_rabbit
Browse files

build:docker-compose

parent 9ef34334
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,14 @@
"use strict";
const build_conf = {
protected_dirs: ["assets", "style", "news-articles", "game-articles", "software-articles"],
protected_dirs: [
"assets",
"style",
"news-articles",
"game-articles",
"software-articles",
"letsencrypt",
],
};
const fs = require("fs");
......
version: "3.9"
services:
web:
build: .
ports:
- "80:80"
volumes:
- ./public:/usr/share/nginx/html
letsencrypt @ adb7e5e6
Subproject commit adb7e5e62f4c96be678c5af3e55a82ddcc717590
......@@ -289,6 +289,7 @@ class HomePage {
tag: "div",
class: "page-header",
contents: [
{tag:"h1",contents:"AAA"},
{
tag: "div",
class: "big-logo page-contents-center",
......
......@@ -18,6 +18,7 @@ class HomePage {
tag: "div",
class: "page-header",
contents: [
{tag:"h1",contents:"AAA"},
{
tag: "div",
class: "big-logo page-contents-center",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment