Skip to content

Commit

Permalink
Make config files compatible with ESM
Browse files Browse the repository at this point in the history
Refs #1750
  • Loading branch information
thewilkybarkid committed Jun 13, 2024
1 parent b04713a commit e4d585e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV NODE_ENV=production
COPY --from=npm-dev /app/node_modules/ node_modules/
COPY tsconfig.build.json \
tsconfig.json \
webpack.config.js \
webpack.config.cjs \
./
COPY src/ src/
COPY assets/ assets/
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e4d585e

Please sign in to comment.