Draft: feat login
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM docker.io/library/debian:13-slim
|
||||
|
||||
ADD game /game
|
||||
WORKDIR /
|
||||
|
||||
ENTRYPOINT ["/game"]
|
||||
CMD ["serve", "backend"]
|
||||
Reference in New Issue
Block a user