Sign inSign up

hunsche/tdc2017-server

By hunsche

Updated about 9 years ago

https://github.com/hunsche/tdc-2017

Image
0

50K+

hunsche/tdc2017-server repository overview

FROM ubuntu:16.04
MAINTAINER [email protected]
RUN apt-get update \
    && apt-get install libcurl4-gnutls-dev -y \
    apache2 -y
USER root
COPY init /init
COPY entrypoint.sh /usr/local/bin/
RUN ln -s usr/local/bin/entrypoint.sh /
ENTRYPOINT ["entrypoint.sh"]
EXPOSE 80
CMD ["apachectl", "-D", "FOREGROUND"]

Tag summary

Content type

Image

Digest

Size

110.5 MB

Last updated

about 9 years ago

docker pull hunsche/tdc2017-server