Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.
/ shadow-cljs Public archive

A Docker image for building shadow-cljs projects

License

Notifications You must be signed in to change notification settings

atomist/shadow-cljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atomist/shadow-cljs

A base Docker image for building shadow-cljs projects.

Using

Add this line to the top of your Dockerfile

FROM atomist/shadow-cljs:M.N.P
# install needed tools...
COPY package.json package-lock.json ./
RUN npm ci \
    && npm cache clean --force
COPY . ./

replacing M.N.P with the latest release of this image.

Support

General support questions should be discussed in the #help channel in our community Slack workspace at atomist-community.slack.com.

If you find a problem, please create an issue.

Release

Releases are handled via the SDM itself. Just press the release button in Slack or the Atomist dashboard.


Created by Atomist. Need Help? Join our Slack team.

About

A Docker image for building shadow-cljs projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •