mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-21 22:25:41 +01:00
docker: copy mjs files as well
This commit is contained in:
parent
33ec2bb74e
commit
c48d5b23b2
@ -4,7 +4,7 @@ FROM node:16-alpine AS build
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Install app dependencies and add source files
|
||||
COPY package.json env.json yarn.lock tsconfig.json bundle.sh *.js ./
|
||||
COPY package.json env.json yarn.lock tsconfig.json bundle.sh *.js *.mjs ./
|
||||
COPY ./src ./src
|
||||
RUN yarn install --frozen-lockfile && sh -e ./bundle.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user