mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
fix: copy all files on build
This commit is contained in:
@@ -41,6 +41,6 @@ EXPOSE 4000
|
||||
|
||||
FROM development AS builder
|
||||
|
||||
COPY ./src ./src
|
||||
COPY . .
|
||||
|
||||
CMD ["npm", "run", "build-pkg"]
|
||||
Reference in New Issue
Block a user