Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit e4c65b5

Browse files
authored
Add configs.py (#193)
1 parent 316c835 commit e4c65b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compatibility_server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ FROM python:3.6
2020
RUN mkdir /compatibility_checker
2121
ADD compatibility_checker_server.py /compatibility_checker
2222
ADD pip_checker.py /compatibility_checker
23+
ADD configs.py /compatibility_checker
2324

2425
RUN pip3 install docker requests
2526

0 commit comments

Comments
 (0)