Skip to content

Commit

Permalink
build: fix docker image build
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Oct 29, 2023
1 parent 5ae86cf commit 3b069b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cfignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ commitlint.config.js
commitlint.config.cjs
rollup.config.js
rollup.config.mjs
rollup.config.ts
mikro-orm.config.ts
mta.yaml
mta_archives
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine AS builder

# Build simulator
WORKDIR /usr/builder
COPY package.json pnpm-lock.yaml tsconfig.json rollup.config.js build-requirements.js skip-preinstall.js prepare.js ./
COPY package.json pnpm-lock.yaml tsconfig.json rollup.config.ts build-requirements.js skip-preinstall.js prepare.js ./
COPY src ./src
COPY docker/config.json ./src/assets/config.json
COPY docker/idtags.json ./src/assets/idtags.json
Expand Down

0 comments on commit 3b069b3

Please sign in to comment.