Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
threeq committed Feb 5, 2021
1 parent bf22efc commit 4f5ff88
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,7 +7,7 @@ RUN make build-linux
FROM alpine:3.10
RUN mkdir /app
WORKDIR /app
COPY --from=builder /app/bin/xid_linux .
COPY --from=builder /app/bin/xid_linux ./xid

EXPOSE 8080

Expand Down

0 comments on commit 4f5ff88

Please sign in to comment.