ashh757 commited on
Commit
0d6799e
1 Parent(s): af3abfd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -71,9 +71,6 @@ RUN --mount=type=secret,id=AWS_DEFAULT_REGION,mode=0444,required=true \
71
  git init && \
72
  git remote add secret3 $(cat /run/secrets/AWS_DEFAULT_REGION)
73
 
74
- # Source the AWS credentials
75
- RUN . /app/aws_creds.sh
76
-
77
  # Switch to the "user" user
78
  USER user
79
 
 
71
  git init && \
72
  git remote add secret3 $(cat /run/secrets/AWS_DEFAULT_REGION)
73
 
 
 
 
74
  # Switch to the "user" user
75
  USER user
76