diff options
-rw-r--r-- | Dockerfile (renamed from server/Dockerfile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Dockerfile b/Dockerfile index 0bc6f05..0d5b8e5 100644 --- a/server/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . ARG DATABASE_URL="postgres://user:password@localhost:5432/m6-ie-2022" -RUN cargo install --path . && cargo install sqlx-cli +RUN cargo install --path server/. && cargo install sqlx-cli EXPOSE 9090 CMD ["m6-ie-2022"] |