Skip to content

Commit 52ecd36

Browse files
committed
Dockerize Process Dump
1 parent 5471f15 commit 52ecd36

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: processDump.Dockerfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM php:7.4
2+
3+
RUN docker-php-ext-install mysqli
4+
5+
WORKDIR /app
6+
7+
COPY inc ./inc
8+
9+
COPY inc/config.env.php inc/config.php
10+
11+
COPY tools ./tools
12+
13+
ENTRYPOINT ["php", "/app/tools/processDump.php", "-d"]
14+

0 commit comments

Comments
 (0)