Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Apr 9, 2024
1 parent 23829ef commit ea0cfc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9005,
"port": 9003,
"pathMappings": {
"/usr/src/code": "${workspaceRoot}"
}
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile.swoole
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \

FROM appwrite/base:0.9.0 as final

ARG TESTING=true
ARG DEBUG=true

ENV TESTING=$TESTING
ENV DEBUG=$DEBUG

LABEL maintainer="[email protected]"

RUN \
Expand Down
Binary file removed tmp/xdebug/cachegrind.out.1.gz
Binary file not shown.

0 comments on commit ea0cfc3

Please sign in to comment.