chore: Update Dockerfile to use .env file for environment variables
Build and Push Docker Images / build-and-push (push) Successful in 24s
Build and Push Docker Images / build-and-push (push) Successful in 24s
This commit is contained in:
@@ -55,7 +55,7 @@ cd /workspace
|
||||
yarn install
|
||||
|
||||
# Copy the environment file to the repository's environments directory
|
||||
if [ -f /environment/.dev.env ]; then
|
||||
if [ -f /environment/.env ]; then
|
||||
mkdir -p /workspace/environments
|
||||
cp /environment/.env /workspace/.env
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user