Ajuste scripts
This commit is contained in:
parent
be832841f3
commit
73cef5c318
1 changed files with 4 additions and 0 deletions
|
@ -3,11 +3,15 @@
|
|||
|
||||
**BUILD IMAGE**
|
||||
|
||||
~~~
|
||||
docker build --tag firefox:$(grep 'VERSION' Dockerfile |awk '{print $3}') .
|
||||
~~~
|
||||
|
||||
**RE-TAG IMAGE**
|
||||
|
||||
~~~
|
||||
docker tag firefox:$(grep 'VERSION' Dockerfile |awk '{print $3}') firefox:latest
|
||||
~~~
|
||||
|
||||
**LAUNCH FIREFOX**
|
||||
|
||||
|
|
Loading…
Reference in a new issue