Development
This commit is contained in:
parent
d9f3bd8289
commit
ba16b123df
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
ARG CACHE_BUST
|
ARG CACHE_BUST
|
||||||
COPY app/*.py .
|
COPY app/ .
|
||||||
EXPOSE 25327
|
EXPOSE 25327
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue