mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
fix: Change the CMD flowise command in Dockerfile to be the same as in the document (#2563)
* fix: Change the CMD flowise command to be the same as in the documentation. * Remove unnecessary npx command from dockerfile * Command was changed by the entrypoint in Docker Composer --------- Co-authored-by: Erasmo De Souza Pinheiro <erasmodesouzapinheiro@Erasmos-MacBook-Air.local>
This commit is contained in:
+1
-1
@@ -18,4 +18,4 @@ RUN npm install -g flowise
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
CMD "flowise"
|
||||
ENTRYPOINT ["flowise", "start"]
|
||||
|
||||
Reference in New Issue
Block a user