1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -05:00
workstand/Dockerfile-nginx

11 lines
214 B
Plaintext
Raw Normal View History

####################
# workstand-nginx #
####################
FROM nginx:1.11-alpine
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
COPY default.conf /etc/nginx/conf.d
RUN mkdir /usr/share/nginx/html/static