Skip to content
Snippets Groups Projects
Commit f6efac8b authored by nimrod's avatar nimrod
Browse files

Some scaffolding.

parent 330c8c2d
No related branches found
No related tags found
No related merge requests found
*.md
.git*
LICENSE.txt
FROM python:3.8
WORKDIR /opt/waldorf
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY waldorf ./waldorf
USER nobody
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment