ソースを参照

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

The nginx image contains a newer viersion on nginx
bubble
Harry Martland 6年前
committed by kyle
コミット
98fdb3e43c
1個のファイルの変更1行の追加4行の削除
  1. +1
    -4
      Dockerfile

+ 1
- 4
Dockerfile ファイルの表示

@@ -1,4 +1,4 @@
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


読み込み中…
キャンセル
保存