out with the old

This commit is contained in:
Ron
2017-03-17 20:34:15 -07:00
parent ccf7f03dab
commit bd8344c808
189 changed files with 0 additions and 49048 deletions

View File

@@ -1,13 +0,0 @@
FROM alpine:3.4
MAINTAINER Roman Tarnavski
RUN apk add --update nginx
RUN mkdir -p /run/nginx
COPY nginx.conf /etc/nginx/
ADD ./dist/ /usr/share/nginx/html
EXPOSE 8080
CMD exec nginx -g 'daemon off;'