mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +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