copy path
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ WORKDIR /usr/src/app
|
||||
COPY package.json /usr/src/app
|
||||
|
||||
# add app
|
||||
COPY . ./
|
||||
COPY . ./usr/src/app
|
||||
|
||||
# install app dependencies
|
||||
RUN npm install
|
||||
|
||||
Reference in New Issue
Block a user