mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
6 lines
144 B
Docker
6 lines
144 B
Docker
FROM ruby:2.2.3-onbuild
|
|
|
|
RUN ln -s /usr/src/app /app # Deprecated
|
|
|
|
EXPOSE 4567
|
|
CMD ["bundle", "exec", "middleman", "server", "--force-polling"]
|