Skip to content

Commit

Permalink
supp 'cd /build/'
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Jul 5, 2024
1 parent f7a994d commit 8466fb7
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 @@ -31,7 +31,7 @@ COPY ./src/plugins/ /build/src/plugins/
RUN echo 'Copy des fichier public'
COPY ./*.html /build/
COPY ./public/ /build/public/
RUN cd /build/ | npm run build
RUN npm run build



Expand Down

0 comments on commit 8466fb7

Please sign in to comment.