Compare commits

..

No commits in common. "061ffc423e8df8818573800cf41a6bd1c92cf61d" and "a9e57f07fee27f79c26ff675510e0243a5395af0" have entirely different histories.

2 changed files with 2 additions and 1 deletions

1
.devcontainer.json Normal file
View File

@ -0,0 +1 @@
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}

View File

@ -1,6 +1,6 @@
FROM php:8-apache
RUN apt-get update && apt-get upgrade && apt-get install -y imagemagick git
RUN apt-get update && apt-get upgrade && apt-get install -y imagemagick
RUN a2enmod ssl && a2enmod rewrite