🗃️ 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:
parent
9840633305
commit
6d1cc306c4
3 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue