Skip to content

Commit

Permalink
fix paths in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 17, 2024
1 parent ac0f239 commit 7f1d580
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Get the python 3.10 base docker image
FROM python:3.10-slim
FROM python:3.10-slim as test-env

RUN echo "\n Run Dockerfile"

COPY requirements/ Makefile ./
COPY Makefile .
COPY ./requirements ./requirements

# Install pipenv
RUN apt-get -y update &&\
Expand Down

0 comments on commit 7f1d580

Please sign in to comment.