feat: server Dockerfile
This commit is contained in:
parent
94f68bfbbb
commit
0a775f270c
1 changed files with 7 additions and 0 deletions
7
modules/server/Dockerfile
Normal file
7
modules/server/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
FROM alpine:3.20
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY nyanimedb .
|
||||||
|
RUN chmod +x ./nyanimedb
|
||||||
|
EXPOSE 8080
|
||||||
|
ENTRYPOINT ["./nyanimedb"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue