Skip to content

Commit

Permalink
Now revert the reverted commits…
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Feb 1, 2024
1 parent c55a97e commit 67f3bdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ ENV LANG='en_US.UTF-8'

COPY . /opt/servicelayer
WORKDIR /opt/servicelayer
RUN pip3 install -q --no-cache-dir -e /opt/servicelayer[dev]
RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements-dev.txt
RUN make dev

CMD /bin/bash

0 comments on commit 67f3bdb

Please sign in to comment.