Compare commits
No commits in common. "0747d2ce3c228081ba07857f8279e13ad5c2bba3" and "60474fb6b77ede2ce1cb054ea2bd19a2be249e46" have entirely different histories.
0747d2ce3c
...
60474fb6b7
@ -4,5 +4,6 @@ WORKDIR /usr/src/app
|
|||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN make gen
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
ENTRYPOINT ["python", "main.py"]
|
ENTRYPOINT ["python", "main.py"]
|
Loading…
Reference in New Issue
Block a user