We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9ae62 commit c3540e1Copy full SHA for c3540e1
car.dockerfile
@@ -10,7 +10,7 @@ RUN poetry config virtualenvs.create false
10
# From the base get the cargenerator
11
FROM base AS cargenerator
12
COPY ./cargenerator /foocars/cargenerator
13
-COPY ./tests /foocars
+COPY ./tests /foocars/tests
14
15
WORKDIR /foocars/cargenerator
16
0 commit comments