This commit is contained in:
2022-02-23 11:05:30 +08:00
parent bb8a233a40
commit 4f841f8807
4 changed files with 75 additions and 1 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:latest
WORKDIR /app
COPY ./server /app/server
EXPOSE 80
CMD ["/app/server"]