Succesful docker build
This commit is contained in:
parent
1a39a39d84
commit
5a01362e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy all app source code
|
# Copy all app source code
|
||||||
COPY src/ ./src
|
COPY src/ ./src
|
||||||
COPY settings.yml .
|
COPY src/settings.yml .
|
||||||
COPY .env .
|
COPY .env .
|
||||||
|
|
||||||
# Set environment variable so your app can find your src/ module
|
# Set environment variable so your app can find your src/ module
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue