From b1cc0a9ec9b0999d723bdd026d8f6c7f6f343bff Mon Sep 17 00:00:00 2001 From: hyang Date: Sat, 9 Sep 2023 17:59:17 -0700 Subject: actually, dont --- docker-compose.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docker-compose.yml (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 1330f32..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: '3' -services: - hugo: - image: klakegg/hugo - command: serve --baseURL hyang.xyz - ports: - - "1313:1313" - volumes: - - ./:/src - environment: - - HUGO_ENV=production - -- cgit v1.2.3