Pepguy commited on
Commit
645ed7c
·
verified ·
1 Parent(s): 7072aed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -24,8 +24,6 @@ COPY --chown=user package*.json ./
24
  #RUN npm install
25
  RUN bun install
26
 
27
- ENV AWS_ACCESS_KEY_ID "AKIARRXB77NRTRLNWEBT" #ID
28
- ENV AWS_SECRET_ACCESS_KEY "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" #key value
29
 
30
  # Copy the rest of the application source
31
  COPY --chown=user . /app
 
24
  #RUN npm install
25
  RUN bun install
26
 
 
 
27
 
28
  # Copy the rest of the application source
29
  COPY --chown=user . /app