🎨 Style: rename
This commit is contained in:
parent
0a1524de54
commit
1a5ed553be
2
http-simple-server-python/.gitignore
vendored
2
http-simple-server-python/.gitignore
vendored
|
@ -1 +1 @@
|
|||
resource
|
||||
www
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM python:alpine
|
||||
|
||||
WORKDIR /resource
|
||||
WORKDIR /www
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@ services:
|
|||
app:
|
||||
image: http-server
|
||||
build: .
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "./resource:/resource"
|
||||
- "./www:/www"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user