rename prompt

This commit is contained in:
Jev 2024-05-05 19:36:50 +00:00
parent 678d40766b
commit 8c9f84bcc4

View file

@ -3,7 +3,7 @@ FROM python:3-slim
ARG USERNAME=dev
ARG UID=1000
ARG GID=1000
ARG VERSION="circup"
ARG VERSION="circup-dev"
# Create the user
RUN groupadd --gid $GID $USERNAME \