Skip to content

Commit

Permalink
[fix] docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbonde committed Oct 13, 2023
1 parent cb816bf commit 2aa6f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.private
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ COPY --from=builder /app/dist/. /app/chainfury_server/static/.

WORKDIR /app/chainfury_server
EXPOSE 8000
CMD ["python3", "server.py", "--host", "0.0.0.0", "--port", "8000", "--pre", "'[cf_internal]'"]
CMD ["python3", "server.py", "--host", "0.0.0.0", "--port", "8000", "--pre", "['cf_internal']"]

0 comments on commit 2aa6f0b

Please sign in to comment.