shell-cell 1.6.3

Shell-Cell. CLI app to spawn and manage containerized shell environments
1
2
3
4
5
6
7
8
9
10
FROM python:3.14-trixie

WORKDIR /app

ENV ENV_TEST="env works!"

COPY copy_test.txt copy_test.txt
COPY copy-source cp

RUN echo 'build works!' > build_test.txt