🎨 Style: rename

This commit is contained in:
cheliangzhao 2023-10-07 09:06:47 +08:00
parent 0a1524de54
commit 1a5ed553be
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
resource
www

View File

@ -1,6 +1,6 @@
FROM python:alpine
WORKDIR /resource
WORKDIR /www
EXPOSE 8000

View File

@ -4,9 +4,9 @@ services:
app:
image: http-server
build: .
restart: always
restart: unless-stopped
volumes:
- "./resource:/resource"
- "./www:/www"
ports:
- "8000:8000"