Skip to content

Commit 08b80c1

Browse files
committed
Dockerfile move dir
1 parent 08fd021 commit 08b80c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile renamed to deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
55
&& apt-get clean \
66
&& rm -rf /var/lib/apt/lists/*
77

8-
COPY . /app
8+
COPY .. /app
99
WORKDIR /app
1010

1111
RUN pip install --upgrade pip

0 commit comments

Comments
 (0)