Add trailing forward-slash for COPY destination dir paths in Dockerfile
This commit is contained in:
parent
a031ad68a5
commit
c78bb89ffe
@ -19,13 +19,13 @@ RUN apt-get update -qq -y && \
|
||||
mv chromedriver /usr/local/bin/
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json .
|
||||
COPY package*.json ./
|
||||
|
||||
ENV CHROMEDRIVER_SKIP_DOWNLOAD=true
|
||||
|
||||
RUN npm install --omit=dev
|
||||
RUN npm install chromedriver
|
||||
|
||||
COPY . .
|
||||
COPY ./* ./
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user