mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
fix: dockerfile not having ts
This commit is contained in:
@@ -6,6 +6,8 @@ WORKDIR /server
|
||||
|
||||
RUN npm i
|
||||
|
||||
RUN npm i -g typescript
|
||||
|
||||
EXPOSE 7272
|
||||
|
||||
CMD tsc --watch;node dist/index.js
|
||||
Reference in New Issue
Block a user