6 lines
135 B
Text
6 lines
135 B
Text
|
FROM chatwoot:development
|
||
|
|
||
|
RUN chmod +x docker/entrypoints/rails.sh
|
||
|
|
||
|
EXPOSE 3000
|
||
|
CMD ["rails", "server", "-b", "0.0.0.0", "-p", "3000"]
|