fix typo in dockerfile
This commit is contained in:
@@ -5,7 +5,7 @@ FROM nginx:alpine
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
# Copy build output from dist folder to nginx html directory
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY build/ /usr/share/nginx/html/
|
||||
|
||||
# Copy custom nginx config
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user