mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
Update Dockerfile
Signed-off-by: techopsmasters <163403479+techopsmasters@users.noreply.github.com>
This commit is contained in:
parent
8195ecb188
commit
4349ba8433
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ ENTRYPOINT ["python3"]
|
|||
CMD ["manage.py", "runserver", "0.0.0.0:8000"]
|
||||
|
||||
FROM builder as dev-envs
|
||||
RUN apk update &&
|
||||
apk add git &&
|
||||
addgroup -S docker &&
|
||||
RUN apk update && \
|
||||
apk add git && \
|
||||
addgroup -S docker && \
|
||||
adduser -S --shell /bin/bash --ingroup docker vscode
|
||||
# install Docker tools (cli, buildx, compose)
|
||||
COPY --from=gloursdocker/docker /app /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue