feat: update sdks

This commit is contained in:
Christy Jacob
2024-08-18 13:25:08 +04:00
parent 77c8ab7e5f
commit 4621a7da74
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -28,9 +28,6 @@ RUN \
apk add boost boost-dev; \
fi
RUN apk add git openssh-client
RUN git config --global user.email "christyjacob4@gmail.com"
WORKDIR /usr/src/code
COPY --from=composer /usr/local/src/vendor /usr/src/code/vendor
-1
View File
@@ -83,7 +83,6 @@ services:
- ./public:/usr/src/code/public
- ./src:/usr/src/code/src
- ./dev:/usr/src/code/dev
- ~/.ssh:/root/.ssh
depends_on:
- mariadb
- redis