fix: docker nginx config
This commit is contained in:
@ -5,5 +5,6 @@ RUN yarn install --network-timeout 1000000
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
|
||||
FROM nginx
|
||||
FROM nginx:mainline-alpine
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/build /usr/share/nginx/html
|
Reference in New Issue
Block a user