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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
p-zielinski authored Jan 18, 2024
1 parent 8bc1431 commit 369f89d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM composer:2.6.6 AS composer

WORKDIR /app

VOLUME /app/data

COPY . .

RUN composer install
Expand All @@ -17,6 +15,4 @@ WORKDIR /app

COPY --from=composer /app /app

VOLUME /app/data

CMD ["php", "-S", "0.0.0.0:5050", "./__tests__/index.php"]

0 comments on commit 369f89d

Please sign in to comment.