mirror of
https://github.com/Kakune55/Pixel.git
synced 2025-11-04 14:04:40 +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