mirror of
https://github.com/Kakune55/Pixel.git
synced 2025-09-16 04:09:33 +08:00
添加了DockerFile
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM debian
|
||||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
EXPOSE 9090
|
||||
ENTRYPOINT ["/app/main"]
|
Reference in New Issue
Block a user