Skip to content

Commit

Permalink
Create Dockerfile (#6)
Browse files Browse the repository at this point in the history
A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.
  • Loading branch information
danijelgalic committed Nov 12, 2024
1 parent 7747123 commit e438d1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM php:8.3-apache

COPY ./phar /var/www/html/vendor/firehub/core/phar

WORKDIR /var/www/html

0 comments on commit e438d1d

Please sign in to comment.