We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb30f11 commit 4169ba5Copy full SHA for 4169ba5
Dockerfile
@@ -0,0 +1,10 @@
1
+# SPDX-FileCopyrightText: Free Software Foundation Europe e.V.
2
+#
3
+# SPDX-License-Identifier: GPL-3.0-or-later
4
+
5
+# Build site
6
+FROM klakegg/hugo:0.101.0-ext-debian-onbuild AS hugo
7
8
+# Serve site
9
+FROM pierrezemb/gostatic
10
+COPY --from=hugo /target/ /srv/http/
docker-compose.yml
@@ -7,7 +7,9 @@ services:
pmpc:
container_name: pmpc
build:
- context: site
+ context: .
11
+ args:
12
+ - HUGO_DIR=/src/site
13
image: pmpc
14
restart: always
15
logging:
0 commit comments