There was an error while loading. Please reload this page.
1 parent 08fd021 commit 08b80c1Copy full SHA for 08b80c1
Dockerfile renamed to deployment/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
5
&& apt-get clean \
6
&& rm -rf /var/lib/apt/lists/*
7
8
-COPY . /app
+COPY .. /app
9
WORKDIR /app
10
11
RUN pip install --upgrade pip
0 commit comments