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
2cb2241306
commit
6d813ec88f
1 changed files with 3 additions and 7 deletions
|
@ -12,15 +12,11 @@ ENV HOST=0.0.0.0
|
|||
CMD ["yarn", "run", "serve"]
|
||||
|
||||
FROM development as dev-envs
|
||||
RUN <<EOF
|
||||
apk update
|
||||
apk add git
|
||||
EOF
|
||||
RUN apt update && \
|
||||
apt add git
|
||||
|
||||
RUN <<EOF
|
||||
addgroup -S docker
|
||||
RUN addgroup -S docker && \
|
||||
adduser -S --shell /bin/bash --ingroup docker vscode
|
||||
EOF
|
||||
# install Docker tools (cli, buildx, compose)
|
||||
COPY --from=gloursdocker/docker / /
|
||||
CMD ["yarn", "run", "serve"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue