4PEb6b commited on
Commit
6dcf6c1
·
verified ·
1 Parent(s): 14f5f65

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ FROM ubuntu:latest
8
  WORKDIR /app
9
 
10
  COPY --from=builder /app/bin/linux/helper helper
11
-
12
  RUN apt update \
13
  && apt-get install -y curl unzip wget gnupg2
14
 
 
8
  WORKDIR /app
9
 
10
  COPY --from=builder /app/bin/linux/helper helper
11
+ ADD config.yaml .
12
  RUN apt update \
13
  && apt-get install -y curl unzip wget gnupg2
14