mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
docker: Remove unneeded build directory
This commit is contained in:
@@ -24,6 +24,7 @@ COPY server-package.json package.json
|
|||||||
# Copy TypeScript build artifacts into the original directory structure.
|
# Copy TypeScript build artifacts into the original directory structure.
|
||||||
RUN ls
|
RUN ls
|
||||||
RUN cp -R build/src/* src/.
|
RUN cp -R build/src/* src/.
|
||||||
|
RUN rm -r build
|
||||||
|
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
|
|||||||
Reference in New Issue
Block a user