Docker: Update the files required for building

This commit is contained in:
Jonatan Nilsson 2020-04-07 11:20:57 +00:00
parent 19baa706fc
commit 0f0dca1814

View file

@ -22,7 +22,7 @@ FROM node:13-alpine
ENV HOME=/app ENV HOME=/app
COPY .babelrc config.js log.js index.js package.json $HOME/ COPY index.mjs package.json $HOME/
WORKDIR $HOME WORKDIR $HOME