mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-12-22 18:15:40 +00: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 a new issue