A base Docker image for building shadow-cljs projects.
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.
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.
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.