There was an error while loading. Please reload this page.
1 parent e3caaf4 commit 05006a3Copy full SHA for 05006a3
deploy/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
5
6
RUN pip install -U pip
7
8
-ADD ./requirements.txt /app/src/requirements.txt
+ADD ../requirements.txt /app/src/requirements.txt
9
10
WORKDIR /app/src
11
@@ -18,6 +18,6 @@ RUN apt-get purge -y \
18
&& rm -rf /var/lib/apt/lists/*
19
20
# Copying actuall application
21
-COPY . /app/src/
+COPY ../ /app/src/
22
23
CMD ["/usr/local/bin/python", "-m", "meta_aggregation_api"]
0 commit comments