feat: deplow scripts and stuff

This commit is contained in:
2022-10-01 21:50:26 +02:00
parent 59addcc730
commit 08572b4a42
3 changed files with 20 additions and 2 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM node:alpine
COPY . /server
WORKDIR /server
RUN npm i
EXPOSE 7272
CMD tsc --build;cd