Skip to content
Snippets Groups Projects
Dockerfile 113 B
Newer Older
  • Learn to ignore specific revisions
  • # Image for building and testing the app
    
    FROM node:16-buster
    
    RUN apt update && apt install -y chromium curl jq