Skip to content
Snippets Groups Projects
Commit 57a7006b authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

copy files into doker container

parent 61e695e0
No related branches found
No related tags found
No related merge requests found
Pipeline #388 passed
......@@ -15,13 +15,12 @@ RUN set -x && \
# start Script
COPY warpapi /opt/warpapi
COPY entrypoint_dev.sh /opt/entrypoint_dev.sh
COPY entrypoint_prod.sh /opt/entrypoint_prod.sh
RUN chmod +x /opt/entrypoint*
EXPOSE 5000
VOLUME ["/opt/warpapi"]
CMD ["/opt/entrypoint_prod.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment