Changed copy to directory location

This commit is contained in:
Nathan Byrd 2023-10-15 20:37:35 +00:00
parent 8a97f79d8c
commit 362f443290
1 changed files with 1 additions and 1 deletions

View File

@ -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 \