Skip to content
Snippets Groups Projects
Commit fb731fb8 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Remove extra WORKDIR command from docker file.

parent 0e13ab46
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,6 @@ RUN apk add bash procps
# copy requirements.txt
COPY requirements.txt /usr/src/hypha/
# set working directory
WORKDIR /usr/src/hypha/
# install python dependencies
RUN pip install -r requirements.txt
......
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