🎨 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
|
FROM python:alpine
|
||||||
|
|
||||||
WORKDIR /resource
|
WORKDIR /www
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@ services:
|
||||||
app:
|
app:
|
||||||
image: http-server
|
image: http-server
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "./resource:/resource"
|
- "./www:/www"
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user