You are on page 1of 1

FROM ubuntu:18.

04

MAINTAINER Eduard bastidas80@gmail.com

RUN apt-get update

RUN apt-get -y install apache2

EXPOSE 81

CMD /usr/sbin/apache2ctl -D FOREGROUND

You might also like