Skip to content

Commit

Permalink
bug/minor: dockerfile: use correct casing
Browse files Browse the repository at this point in the history
This change prevents buildx from generating warnings
  • Loading branch information
NicolasCARPi committed Sep 26, 2024
1 parent 6d0981a commit 05ae4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM manulera/shareyourcloningfrontend as frontend
FROM manulera/shareyourcloningfrontend AS frontend

FROM manulera/shareyourcloningbackend as backend
FROM manulera/shareyourcloningbackend AS backend
WORKDIR /home/backend
COPY --from=frontend /build ./frontend
COPY ./config.json ./frontend/config.json
Expand Down

0 comments on commit 05ae4fb

Please sign in to comment.