mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
11 lines
214 B
Plaintext
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
|