add database
This commit is contained in:
@@ -5,9 +5,6 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY bot.py weather.py ./
|
||||
|
||||
RUN useradd -m botuser
|
||||
USER botuser
|
||||
COPY *.py ./
|
||||
|
||||
CMD ["python", "bot.py"]
|
||||
Reference in New Issue
Block a user