Skip to content

Commit

Permalink
Remove "Copy Nginx configuration" step
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 17, 2024
1 parent df5245a commit b5a5506
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ RUN mkdir -p /app/ssl
# Install Certbot
RUN apk add --no-cache certbot

# Copy Nginx configuration
COPY nginx.conf /etc/nginx/nginx.conf

# Expose HTTP and HTTPS port
EXPOSE 80
EXPOSE 443

CMD ["/usr/local/searxng/dockerfiles/docker-entrypoint.sh -f & touch /etc/searxng/limiter.toml & npm start -- --host"]
CMD ["/usr/local/searxng/dockerfiles/docker-entrypoint.sh -f & touch /etc/searxng/limiter.toml & npm start -- --host"]

0 comments on commit b5a5506

Please sign in to comment.