Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Zavy86 committed Sep 13, 2024
1 parent dd862f5 commit ceddcea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/development.nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apk update && apk add --no-cache $DEPENDENCIES
RUN rm /etc/nginx/nginx.conf

# Copy custom Nginx configuration
COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf
COPY docker/development.nginx.conf /etc/nginx/nginx.conf

# Remove default index.html
RUN rm -rf /var/lib/nginx/html/*
Expand Down
77 changes: 0 additions & 77 deletions docker/production.nginx.dockerfile

This file was deleted.

0 comments on commit ceddcea

Please sign in to comment.