mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Create a demo (production) with docker compose!
* Will alter to allow environment configurations.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
####################
|
||||
# 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
|
||||
Reference in New Issue
Block a user