mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
8 lines
229 B
Docker
8 lines
229 B
Docker
FROM rbkmoney/service_erlang:latest
|
|
MAINTAINER Andrey Mayorov <a.mayorov@rbkmoney.com>
|
|
COPY ./_build/prod/rel/hellgate /opt/hellgate
|
|
CMD /opt/hellgate/bin/hellgate foreground
|
|
LABEL service_version="semver"
|
|
WORKDIR /opt/hellgate
|
|
|