Skip to content
Snippets Groups Projects
Commit f9fbe202 authored by Alexander P. Roaas's avatar Alexander P. Roaas
Browse files

Created Dockerfile

parent f3ef0960
No related branches found
No related tags found
No related merge requests found
Pipeline #152925 failed
#version 0.1
FROM php:8.0-apache
MAINTAINER Alexander Roaas "alexapr@stud.ntnu.no"
RUN apt-get update && \
apt-get install -y --no-install-recommends libpq-dev && \
rm -rf /var/lib/apt/lists/* && \
docker-php-ext-install pdo_pgsql pdo_mysql
WORKDIR /var/www/html
COPY src .
EXPOSE 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment