Skip to content

Commit

Permalink
Use single robots file (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom authored Nov 28, 2024
1 parent 23dd61d commit 2efcc8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +147,10 @@ COPY conf/nginx.conf /etc/nginx/nginx.conf

# Copy the built application files to the current image
COPY --from=build-app-fe /build-space/build /usr/share/nginx/html
COPY src/client/public/robots.disallow.txt /usr/share/nginx/html/robots.txt
COPY src/client/public/robots.txt /usr/share/nginx/html/robots.txt

CMD nginx -g 'daemon off;'

########################################################################################################################
########################################################################################################################
# Front-end Web server image Production
########################################################################################################################
########################################################################################################################
FROM deploy-frontend AS deploy-production-frontend
COPY src/client/public/robots.allow.txt /usr/share/nginx/html/robots.txt


########################################################################################################################
########################################################################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/client/public/robots.disallow.txt

This file was deleted.

File renamed without changes.

0 comments on commit 2efcc8d

Please sign in to comment.