Ajuste scripts

This commit is contained in:
luisgulo 2023-06-06 08:54:21 +02:00
parent be832841f3
commit 73cef5c318

View file

@ -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**