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

Chore(Docker): Copy Makefile

parent 1cb09679
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 ...@@ -20,6 +20,7 @@ COPY config/sample.engine.docker.ini /etc/aura/engine.ini
COPY requirements.txt /srv COPY requirements.txt /srv
COPY contrib/postgresql-requirements.txt /srv COPY contrib/postgresql-requirements.txt /srv
COPY VERSION /srv COPY VERSION /srv
COPY Makefile /srv
WORKDIR /srv WORKDIR /srv
...@@ -28,4 +29,4 @@ RUN pip3 install -r postgresql-requirements.txt ...@@ -28,4 +29,4 @@ RUN pip3 install -r postgresql-requirements.txt
# Start the Engine # Start the Engine
ENTRYPOINT ["make"] 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