aripbae commited on
Commit
da8de4d
·
verified ·
1 Parent(s): e1a9b50

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY vite.config.ts ./
8
  COPY tailwind.config.ts ./
9
  COPY postcss.config.js ./
10
 
11
- RUN npm i && npm i -g tunl.cc
12
 
13
  COPY src ./src
14
  COPY _build/ ./_build
@@ -20,4 +20,4 @@ EXPOSE 7860
20
  ENV PORT=7860
21
  ENV NODE_ENV=production
22
 
23
- CMD ["sh", "-c", "node dist/index.cjs & tunl 7860 ditzzy-api"]
 
8
  COPY tailwind.config.ts ./
9
  COPY postcss.config.js ./
10
 
11
+ RUN npm i && npm i -g echowarp
12
 
13
  COPY src ./src
14
  COPY _build/ ./_build
 
20
  ENV PORT=7860
21
  ENV NODE_ENV=production
22
 
23
+ CMD ["sh", "-c", "node dist/index.cjs & echowarp 7860 --debug --name ditzzy-api"]