Docker: Update the files required for building

master
Jonatan Nilsson 2020-04-07 11:20:57 +00:00
parent 19baa706fc
commit 0f0dca1814
1 changed files with 1 additions and 1 deletions

View File

@ -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