mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-24 23:42:19 +00:00
9 lines
187 B
Docker
9 lines
187 B
Docker
|
FROM medved_base:latest
|
||
|
|
||
|
ENV CORE_IP=localhost MONGO_IP=localhost SELENIUM_IP=localhost REDIS_IP=localhost LOGLEVEL=INFO
|
||
|
|
||
|
COPY docker/test.sh /tmp/test.sh
|
||
|
|
||
|
COPY . /mdvd/
|
||
|
|
||
|
RUN /tmp/test.sh
|