Fix build
This commit is contained in:
parent
e4c4e3b7ed
commit
d209097045
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue