Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 320 Bytes

Dockerfile-build.md

File metadata and controls

13 lines (8 loc) · 320 Bytes

Date 05-11-2024

  • Once changes are done and need to publish the cometa/novnc image
  1. build the image using below command

    docker build -t cometa/novnc:<YOUR-VERSION> -f Dockerfile-build .

  2. login to docker
    docker login -u user_name

  3. push to docker docker push cometa/novnc:<YOUR-VERSION>