Files
fes/examples/hello-with-docker/Dockerfile
2025-12-26 22:03:49 -05:00

8 lines
71 B
Docker

FROM fes:latest
COPY . /app
WORKDIR /app
CMD ["fes", "run", "/app"]