Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

feat: Implement max games limit #1797

Merged
merged 12 commits into from
Aug 11, 2023
95 changes: 44 additions & 51 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions aimmo-game-creator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.8.17-buster as builder
LABEL Author='codeforlife@ocado.com'

RUN pip install pipenv=="2018.11.26"
COPY ["Pipfile", "Pipfile.lock", "setup.py", "./"]
RUN pipenv install --system --deploy
Expand Down
Loading