mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 22:49:58 +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.
|
||||
RUN ls
|
||||
RUN cp -R build/src/* src/.
|
||||
RUN rm -r build
|
||||
|
||||
# Install app dependencies
|
||||
RUN set -x \
|
||||
|
||||
Reference in New Issue
Block a user