Skip to content

Commit

Permalink
🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Feb 20, 2024
1 parent 2559b67 commit a15c62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN npm run build
EXPOSE 3002

# Set a default command, it will start the API service if no command is provided
CMD ["npm", "run", "start:web"]
CMD ["npx", "tsx", "./src/start_server.ts", "-p", "3002"]

0 comments on commit a15c62d

Please sign in to comment.