Fix build

master
Jonatan Nilsson 2021-02-05 11:55:13 +00:00
parent e4c4e3b7ed
commit d209097045
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ FROM node:12-alpine
ENV HOME=/app
COPY index.mjs package.json server.mjs $HOME/
COPY index.mjs package.json $HOME/
WORKDIR $HOME