mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: two processes whould work
This commit is contained in:
@@ -8,10 +8,10 @@ RUN npm install
|
||||
|
||||
RUN npm install -g ts-node typescript
|
||||
|
||||
RUN apk update && apk add bash -y
|
||||
|
||||
EXPOSE 7272
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ts-node --transpile-only index.ts
|
||||
|
||||
CMD node webserver.js
|
||||
CMD bash start.sh
|
||||
Reference in New Issue
Block a user