Skip to content
Snippets Groups Projects
Commit 240ff5fc authored by Chris Pastl's avatar Chris Pastl
Browse files

dockerfile: copy schemas to /srv

parent cebc4b0c
No related branches found
No related tags found
1 merge request!18Final fixes for 1.0.0 alpha2
Pipeline #3704 passed
......@@ -32,6 +32,7 @@ WORKDIR /srv
# Init Application
COPY ./src/aura_engine_api /srv/src/aura_engine_api
COPY ./schemas /srv/schemas
COPY ./config/sample/gunicorn/sample-docker.gunicorn.conf.py /srv/config/gunicorn.conf.py
COPY ./config/sample.engine-api.docker.ini /srv/config/engine-api.ini
RUN poetry install --no-interaction --no-ansi
......
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