Merge branch 'master' into release
This commit is contained in:
commit
0c063a1a3b
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
|
||||
|
||||
|
||||
docker run -d --net=host --name appsmith-internal-server -p 8080:8080 \
|
||||
--env APPSMITH_MONGODB_URI=mongodb://localhost:27017/appsmith \
|
||||
--env APPSMITH_REDIS_URL=redis://localhost:6379 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user