bobocup commited on
Commit
70688d6
·
verified ·
1 Parent(s): 15bd15a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,7 +7,8 @@ RUN make build-linux
7
  FROM ubuntu:latest
8
 
9
  WORKDIR /app
10
- COPY server .
 
11
  COPY --from=builder /app/you-helper.zip ./you-helper.zip
12
 
13
  RUN apt update \
 
7
  FROM ubuntu:latest
8
 
9
  WORKDIR /app
10
+ COPY --from=builder /app/bin/linux/server ./server
11
+ COPY --from=builder /app/bin/config.yaml ./config.yaml
12
  COPY --from=builder /app/you-helper.zip ./you-helper.zip
13
 
14
  RUN apt update \