Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chourmovs authored Sep 13, 2024
1 parent 0c82db2 commit 21e437c
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
Expand Up @@ -42,8 +42,8 @@ RUN apt-get update && apt-get install -y \
COPY --from=build /app/target/release/blissify /usr/local/bin/blissify

# Copier les fichiers du depot pour le dev
WORKDIR /dev
COPY . /dev
WORKDIR /devapp
COPY . /devapp

# Copier les fichiers de la webapp dans l'image finale
WORKDIR /app/webapp
Expand Down

0 comments on commit 21e437c

Please sign in to comment.