添加了DockerFile

This commit is contained in:
2023-12-24 12:57:50 +08:00
parent d701f59a4e
commit 3496861362
3 changed files with 28 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM debian
ADD ./ /app
WORKDIR /app
EXPOSE 9090
ENTRYPOINT ["/app/main"]