mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
feat: deplow scripts and stuff
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:alpine
|
||||
|
||||
COPY . /server
|
||||
|
||||
WORKDIR /server
|
||||
|
||||
RUN npm i
|
||||
|
||||
EXPOSE 7272
|
||||
|
||||
CMD tsc --build;cd
|
||||
Reference in New Issue
Block a user