提交 98fdb3e4 编写于 作者: H Harry Martland 提交者: kyle

improve(docker): use nginx image (#4796)

The nginx image contains a newer viersion on nginx
上级 708a96dc
FROM alpine:3.8
FROM nginx:1.15-alpine
LABEL maintainer="fehguy"
......@@ -16,9 +16,6 @@ ENV SWAGGER_JSON "/app/swagger.json"
ENV PORT 8080
ENV BASE_URL ""
RUN apk add --no-cache nginx
RUN mkdir -p /run/nginx
COPY nginx.conf /etc/nginx/
# copy swagger files to the `/js` folder
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册