Skip to content

we2app/sfdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Base Image for Docker

This repository contains a Dockerfile for building a base image with the following features:

  • Java 21: Installed using OpenJDK.
  • Node.js 22: Installed using nvm (Node Version Manager).
  • Salesforce CLI: Installed globally using npm.

Instructions

  1. Build the Docker image:

    docker build -t base-image .
    
  2. Run the Docker container:

    docker run -it base-image
    

Maintainer

For any issues or inquiries, contact: atik@we2app.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published