Skip to content

Commit

Permalink
Adjust files placement
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 10, 2021
1 parent 3ff1942 commit ce1da29
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 @@ -7,4 +7,4 @@ ADD etc etc
RUN mkdir /data && cd server && make && cp server /data/rucio-tracer && cp -r ../etc /data

FROM alpine
COPY --from=go-builder /data /
COPY --from=go-builder /data /data

0 comments on commit ce1da29

Please sign in to comment.