df
This commit is contained in:
parent
94c8351994
commit
16662bd65b
@ -18,10 +18,10 @@ RUN rm -rf /usr/share/nginx/html/* && \
|
||||
# COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY nginx.conf /etc/nginx/conf.d/
|
||||
|
||||
COPY --from=builder /app/.output/public /usr/share/nginx/html
|
||||
COPY --from=builder /app/.output/public /var/www/html
|
||||
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html && \
|
||||
chmod -R 755 /usr/share/nginx/html
|
||||
RUN chown -R nginx:nginx /var/www/html && \
|
||||
chmod -R 755 /var/www/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user