1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

feat: update SDKs and docs

This commit is contained in:
Christy Jacob 2024-08-21 00:25:59 +04:00
parent c760fb7d3f
commit 5799892f12
2 changed files with 0 additions and 4 deletions

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

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