Skip to content

Commit

Permalink
Merge pull request #24 from NicolasCARPi/nico-docker
Browse files Browse the repository at this point in the history
bug/minor: dockerfile: use correct casing
  • Loading branch information
manulera authored Sep 26, 2024
2 parents 6d0981a + 05ae4fb commit c0e3cdf
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 c0e3cdf

Please sign in to comment.