Skip to content

Commit

Permalink
moved dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Mar 5, 2023
1 parent 68f5ec3 commit a1b7b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile → matchbox_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Signalling server as a docker image
FROM rust:1.66 as builder

COPY matchbox_protocol /usr/src/matchbox_protocol/
COPY matchbox_server /usr/src/matchbox_server/
COPY ../matchbox_protocol /usr/src/matchbox_protocol/
COPY . /usr/src/matchbox_server/

WORKDIR /usr/src/matchbox_server/
RUN cargo build --release
Expand Down

0 comments on commit a1b7b14

Please sign in to comment.