Update Dockerfile
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ RUN yarn install --frozen-lockfile --production && yarn cache clean
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Stage 2: Production
|
# Stage 2: Production
|
||||||
FROM nginx:alpine
|
FROM nginx:latest
|
||||||
WORKDIR /etc/nginx
|
WORKDIR /etc/nginx
|
||||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||||
WORKDIR /usr/share/nginx/html
|
WORKDIR /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user