mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-07-23 22:51:39 +00:00
more idiomatic setup for Dockerfile
This commit is contained in:
7
.devcontainer/Dockerfile
Normal file
7
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.9-buster
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir black
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user