🗃️ refactor: Renommage du dossier de sortie de l'extension

- 🗃️ Renommage du dossier de sortie de  à  dans le Dockerfile, build.sh et README.md.
This commit is contained in:
François Pelletier 2025-07-01 07:18:50 -04:00
parent 9840633305
commit 6d1cc306c4
3 changed files with 5 additions and 5 deletions

View file

@ -24,8 +24,8 @@ FROM alpine:latest
WORKDIR /output
# Create a subdirectory for the Chrome extension and copy all files into it.
RUN mkdir chrome-extension
COPY --from=builder /extension/ ./chrome-extension/
RUN mkdir point-median-extension
COPY --from=builder /extension/ ./point-median-extension/
# Add a default command to list the contents of the output directory.
# This makes the container runnable and prevents the "no command specified" error.