dockerfile created
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM nginx:stable-perl
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY ./build/web/ ./
|
||||
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 8051
|
||||
Reference in New Issue
Block a user