Docker: Update the files required for building
This commit is contained in:
parent
19baa706fc
commit
0f0dca1814
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ FROM node:13-alpine
|
|||
|
||||
ENV HOME=/app
|
||||
|
||||
COPY .babelrc config.js log.js index.js package.json $HOME/
|
||||
COPY index.mjs package.json $HOME/
|
||||
|
||||
WORKDIR $HOME
|
||||
|
||||
|
|
Loading…
Reference in a new issue