changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / Containerfile

changeset 29: 7e640cebeada
child: 02aa015bff73
author: ellis <ellis@rwest.io>
date: Thu, 15 Jun 2023 21:42:39 -0400
permissions: -rw-r--r--
description: containerfile, refactoring
1 FROM clfoundation/sbcl:latest
2 COPY . /usr/src/demo
3 WORKDIR /usr/src/demo
4 CMD [ "make", "ci" ]