diff options
author | hyang <hyang@hyang.xyz> | 2023-09-09 17:59:17 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-09 17:59:17 -0700 |
commit | b1cc0a9ec9b0999d723bdd026d8f6c7f6f343bff (patch) | |
tree | d3f35ce2c762572b6f161125bd945e779afd2c1b | |
parent | fa7a38ab912e0011959b2adc244e1d713176dac8 (diff) |
actually, dont
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | docker-compose.yml | 12 |
2 files changed, 2 insertions, 13 deletions
@@ -1,4 +1,5 @@ .vscode /public .hugo_build.lock -.DS_Store
\ No newline at end of file +.DS_Store +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 - |