Skip to content
Snippets Groups Projects
Commit 89061990 authored by Ivan Procaccini's avatar Ivan Procaccini
Browse files

Fix: Use project-allocator as workdir in dockerfile

parent de6996cc
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ RUN apt-get update
RUN apt-get install -y --no-install-recommends build-essential libldap2-dev libsasl2-dev ldap-utils libpq-dev
COPY requirements.txt /emarking/
COPY .flaskenv /emarking/
COPY requirements.txt /project-allocator/
COPY .flaskenv /project-allocator/
WORKDIR project-allocator
# Install python packages
......
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