Skip to content

Commit b47497d

Browse files
authored
Add vagrant-update (#105)
1 parent 51406e8 commit b47497d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ vagrant-suspend:
3838
vagrant-resume:
3939
cd config/vagrant;vagrant resume
4040

41+
# update the vagrant vm
42+
vagrant-update:
43+
cd config/vagrant;vagrant box update
44+
4145
# create a new docker configuration
4246
new-docker-config:
4347
./scripts/configure-docker.sh

0 commit comments

Comments
 (0)