Skip to content

Commit

Permalink
Fixing ordering of workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
cbenning committed Aug 14, 2020
1 parent 87cacfd commit bb34766
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ RUN apk add --no-cache \
sed \
bash

WORKDIR /fussel

COPY requirements.txt /fussel/

WORKDIR /fussel

RUN pip3 install -r requirements.txt

COPY docker/start.sh /
Expand Down

0 comments on commit bb34766

Please sign in to comment.