mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Update Dockerfile
Signed-off-by: techopsmasters <163403479+techopsmasters@users.noreply.github.com>
This commit is contained in:
parent
a703758a45
commit
3ebc64d389
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ apk add git &&
|
|||
addgroup -S docker &&
|
||||
adduser -S --shell /bin/bash --ingroup docker vscode
|
||||
# install Docker tools (cli, buildx, compose)
|
||||
COPY --from=gloursdocker/docker / /
|
||||
COPY --from=gloursdocker/docker /app /app
|
||||
CMD ["manage.py", "runserver", "0.0.0.0:8000"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue