Skip to content

Commit 4d2b59c

Browse files
committed
Adjusted docker to new structure
1 parent 0bccbb0 commit 4d2b59c

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,5 @@ RUN pip3 install --upgrade pip \
2929
ENV PYTHONPATH=""
3030

3131
#
32-
RUN mkdir -p /app
33-
COPY main_command.py /app/main_command.py
34-
COPY version /app/version
35-
COPY ./erdetect /app/erdetect
36-
37-
#
38-
RUN chmod +x /app/main_command.py
39-
40-
#
41-
ENTRYPOINT ["/app/main_command.py"]
32+
COPY . /app/
33+
ENTRYPOINT ["/app/erdetect/main_cli.py"]

0 commit comments

Comments
 (0)