wIK5Ez2o commited on
Commit
de8a3bf
·
verified ·
1 Parent(s): 68826bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN make build-linux
11
  FROM alpine:3.19.0
12
  WORKDIR /app
13
  COPY --from=builder /app/bin/linux/server ./server
 
14
  RUN chmod +x server
15
 
16
  ENV ARG "--port 8080"
 
11
  FROM alpine:3.19.0
12
  WORKDIR /app
13
  COPY --from=builder /app/bin/linux/server ./server
14
+ ADD config.yaml .
15
  RUN chmod +x server
16
 
17
  ENV ARG "--port 8080"