mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
fix(docker): new middleman requires JS runtime
This commit is contained in:
@@ -2,4 +2,8 @@ FROM ruby:onbuild
|
||||
MAINTAINER Adrian Perez <adrian@adrianperez.org>
|
||||
VOLUME /usr/src/app/source
|
||||
EXPOSE 4567
|
||||
|
||||
RUN apt-get update && apt-get install -y nodejs \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD ["bundle", "exec", "middleman", "server", "--force-polling"]
|
||||
|
||||
Reference in New Issue
Block a user