mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-09 03:31:37 +02:00
Fix runtime errors
This commit is contained in:
parent
a51c712da8
commit
60a7658293
3 changed files with 14 additions and 76 deletions
|
@ -19,11 +19,9 @@ COPY . .
|
|||
|
||||
RUN npm run build
|
||||
|
||||
RUN ls
|
||||
|
||||
# Only copy essentials
|
||||
FROM base AS prod
|
||||
RUN ls
|
||||
|
||||
COPY --from=builder /usr/app/dist dist
|
||||
|
||||
RUN npm i --only=prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue