Skip to content

Commit 05006a3

Browse files
authored
Update Dockerfile (dex-guru#26)
1 parent e3caaf4 commit 05006a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
55

66
RUN pip install -U pip
77

8-
ADD ./requirements.txt /app/src/requirements.txt
8+
ADD ../requirements.txt /app/src/requirements.txt
99

1010
WORKDIR /app/src
1111

@@ -18,6 +18,6 @@ RUN apt-get purge -y \
1818
&& rm -rf /var/lib/apt/lists/*
1919

2020
# Copying actuall application
21-
COPY . /app/src/
21+
COPY ../ /app/src/
2222

2323
CMD ["/usr/local/bin/python", "-m", "meta_aggregation_api"]

0 commit comments

Comments
 (0)