Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 369f89d

Browse files
authored
Update Dockerfile
1 parent 8bc1431 commit 369f89d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM composer:2.6.6 AS composer
33

44
WORKDIR /app
55

6-
VOLUME /app/data
7-
86
COPY . .
97

108
RUN composer install
@@ -17,6 +15,4 @@ WORKDIR /app
1715

1816
COPY --from=composer /app /app
1917

20-
VOLUME /app/data
21-
2218
CMD ["php", "-S", "0.0.0.0:5050", "./__tests__/index.php"]

0 commit comments

Comments
 (0)