Update Dockerfile
This commit is contained in:
@@ -12,7 +12,7 @@ FROM nginx:alpine
|
||||
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
COPY --from=builder /app/.next /usr/share/nginx/html
|
||||
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
RUN echo 'server { \
|
||||
|
||||
Reference in New Issue
Block a user