Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ramzes642 committed Mar 3, 2023
1 parent 9476ffe commit e6bc3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM alpine:latest
RUN apk add --no-cache bash ca-certificates

COPY --from=build /go/src/deployer/deployer /deployer
COPY config.sample.json /etc/config.json
COPY config.sample.json /etc/mini-deployer.json

EXPOSE 7654

Expand Down

0 comments on commit e6bc3b4

Please sign in to comment.