1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-16 21:08:20 +01:00

Merge pull request #338 from matbgn/dev/docker

Add basic docker installation and its documentation
This commit is contained in:
trendschau 2022-06-12 22:59:29 +02:00 committed by GitHub
commit 1b8dcb4513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM php:8-apache
FROM php:8.0-apache
# Install OS dependencies required
RUN apt-get update && apt-get upgrade -y && apt-get install git unzip zlib1g-dev libpng-dev -y