Fix build

This commit is contained in:
Jonatan Nilsson 2021-02-05 11:55:13 +00:00
parent e4c4e3b7ed
commit d209097045

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