Merge pull request #6293 from ajinwu/master

Fix the problem that missing slash cannot be copied during docker build
main
Elbert Alias 3 years ago committed by GitHub
commit 6d2a559932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ COPY \
driver.js \ driver.js \
package.json \ package.json \
wappalyzer.js \ wappalyzer.js \
yarn.lock . yarn.lock ./
RUN yarn install RUN yarn install