Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Minor Dockerfile syntax fix
Browse files Browse the repository at this point in the history
Older versions of docker CLI apparently don't like this syntax
  • Loading branch information
ndevenish authored and garryod committed Jul 5, 2023
1 parent 199e9e0 commit 6b70ba7
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 @@ -3,7 +3,7 @@ FROM docker.io/library/rust:1.70.0-bullseye AS build
WORKDIR /app

# Build dependencies
COPY Cargo.toml Cargo.lock .
COPY Cargo.toml Cargo.lock ./
COPY graphql_endpoints/Cargo.toml graphql_endpoints/Cargo.toml
COPY graphql_event_broker/Cargo.toml graphql_event_broker/Cargo.toml
COPY opa_client/Cargo.toml opa_client/Cargo.toml
Expand Down

0 comments on commit 6b70ba7

Please sign in to comment.