Docker image first version
This commit is contained in:
7
examples/hello-with-docker/Dockerfile
Normal file
7
examples/hello-with-docker/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM fes:latest
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["fes", "run", "/app"]
|
||||
Reference in New Issue
Block a user