1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00
workstand/Dockerfile-nginx
Jonathan Rosenbaum 53ed002440 Create a demo (production) with docker compose!
* Will alter to allow environment configurations.
2017-09-10 18:20:12 +00:00

11 lines
214 B
Plaintext

####################
# 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