Skip to content

Commit

Permalink
Use json style CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Nov 14, 2024
1 parent e6c582d commit bdbc709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ai/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ COPY ./public/ ./public/


WORKDIR /usr/src/app
EXPOSE 3000
CMD npx -y tsx ai.ts
CMD ["npx", "-y", "tsx", "ai.ts"]
3 changes: 1 addition & 2 deletions dedicated/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ COPY ./public/ ./public/


WORKDIR /usr/src/app
EXPOSE 3000
CMD npx -y tsx dedicated.ts
CMD ["npx", "-y", "tsx", "dedicated.ts"]

0 comments on commit bdbc709

Please sign in to comment.