Skip to content
Snippets Groups Projects
Commit 5fd5f3b8 authored by David Trattnig's avatar David Trattnig
Browse files

Chore(Docker): Copy Makefile

parent b0bf93d8
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ COPY config/sample.engine.docker.ini /etc/aura/engine.ini
COPY requirements.txt /srv
COPY contrib/postgresql-requirements.txt /srv
COPY VERSION /srv
COPY Makefile /srv
WORKDIR /srv
......@@ -28,4 +29,4 @@ RUN pip3 install -r postgresql-requirements.txt
# Start the Engine
ENTRYPOINT ["make"]
CMD ["run"]
CMD ["run"]
\ No newline at end of file
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