mais melhorias gerais
This commit is contained in:
@@ -20,6 +20,7 @@ RUN rm -rf /usr/share/nginx/html/*
|
||||
# Replace default nginx.conf
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
# Copy our built files into nginx’s html folder
|
||||
COPY ./public/assets /usr/share/nginx/html
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
|
||||
# (Optional) If you need any custom nginx.conf, COPY it here—
|
||||
|
Reference in New Issue
Block a user