Changed copy to directory location
This commit is contained in:
parent
8a97f79d8c
commit
362f443290
|
@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
|
||||
|
||||
# Just copy the package.json so it only needs to build once
|
||||
COPY package.json /enigma-bbs
|
||||
COPY package.json /enigma-bbs/
|
||||
|
||||
# Install APT and NPM packages
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in New Issue