Skip to content

Commit e16dd01

Browse files
authored
Update docker-image.yml
1 parent 40cb2e5 commit e16dd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
7575
docker pull $IMAGE
7676
docker rm -f $CONTAINER || true
77-
docker run -d --name $CONTAINER $IMAGE
77+
sudo docker run --env-file /opt/fops/.env --network=host --publish 8080:8080 --name $CONTAINER $IMAGE
7878
EOF

0 commit comments

Comments
 (0)