refactor: address potential issues with deploy-compose.yml (#1220)

* chore: remove /config/loader

* chore: remove config/loader steps from Dockerfile.multi

* chore: remove install script
This commit is contained in:
Danny Avila 2023-11-25 16:34:51 -05:00 committed by GitHub
parent 4dab094855
commit 12209fe0dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 25 additions and 27 deletions

View file

@ -7,7 +7,7 @@ WORKDIR /app
# Install call deps - Install curl for health check
RUN apk --no-cache add curl && \
# We want to inherit env from the container, not the file
# This will preserve any existing env file if it's already in souce
# This will preserve any existing env file if it's already in source
# otherwise it will create a new one
touch .env && \
# Build deps in seperate