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