rename prompt
This commit is contained in:
parent
678d40766b
commit
8c9f84bcc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue