Skip to content

Commit 58693d9

Browse files
Updated README.md
1 parent 65d9b70 commit 58693d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```bash
44
$ npm install -g serverless # skip this line if you have already installed Serverless Framework
55
$ export AWS_REGION=ap-northeast-1 # You can specify region or skip this line. eu-west-2 will be used by default.
6-
$ ./mvnw compile dependency:copy-dependencies -DincludeScope=runtime
6+
$ ./gradlew build
77
$ docker build --tag docker-selenium-lambda-kotlin .
88
$ sls deploy
99
$ sls invoke --function demo # Yay! You will get texts of example.com

0 commit comments

Comments
 (0)