Remove env from the dockerfile and add it to the makefile
All checks were successful
Docker Build & Push / build-and-publish (push) Successful in 42s
All checks were successful
Docker Build & Push / build-and-publish (push) Successful in 42s
This commit is contained in:
@@ -12,7 +12,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||
|
||||
# Copy the application code into the container
|
||||
COPY ./app /code/app
|
||||
COPY ./.env /code/.env
|
||||
|
||||
# Expose port 80 to the outside world
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user