Permalink
Cannot retrieve contributors at this time
7 lines (6 sloc)
274 Bytes
|
FROM fusionapp/base |
|
|
|
COPY ["fusion-index.pex", "/application/fusion_index.pex"] |
|
RUN ["/application/fusion_index.pex", "--version"] |
|
EXPOSE 80 |
|
WORKDIR "/db" |
|
CMD ["/application/fusion_index.pex", "--nodaemon", "--pidfile", "", "fusion-index", "--db", "/db/fusion-index.axiom"] |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.