fix: update docker interface
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
FROM fes:latest
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["fes", "run", "/app"]
|
||||
7
examples/hello-with-docker/docker-compose.yml
Normal file
7
examples/hello-with-docker/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
hello:
|
||||
image: git.vxserver.dev/fsd/fes:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./app:/app
|
||||
Reference in New Issue
Block a user