remove the ai bad stuff

This commit is contained in:
Smigz 2025-05-02 17:04:57 +00:00
parent 7c3cf4c5c9
commit 069e79cd22

View file

@ -28,9 +28,6 @@ RUN rm -rf ./*
# Copy static files from the builder stage # Copy static files from the builder stage
COPY --from=builder /app/dist . COPY --from=builder /app/dist .
# Copy the nginx configuration file
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
# Expose port 80 # Expose port 80
EXPOSE 80 EXPOSE 80