Browse Source

💚 Fix nginx image tag

pull/1/head
anthony 5 years ago
parent
commit
84f25f1746
  1. 2
      Dockerfile

2
Dockerfile

@ -9,7 +9,7 @@ COPY . .
RUN yarn install
RUN yarn build
FROM nginx:lts
FROM nginx:stable
WORKDIR /usr/share/nginx/html

Loading…
Cancel
Save