forked from science-ation/science-ation
Compare commits
No commits in common. "061ffc423e8df8818573800cf41a6bd1c92cf61d" and "a9e57f07fee27f79c26ff675510e0243a5395af0" have entirely different histories.
061ffc423e
...
a9e57f07fe
1
.devcontainer.json
Normal file
1
.devcontainer.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}
|
@ -1,6 +1,6 @@
|
|||||||
FROM php:8-apache
|
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
|
RUN a2enmod ssl && a2enmod rewrite
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user