Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
[DOS-548][ci] fix dockerfile for upstream fe image
Browse files Browse the repository at this point in the history
  • Loading branch information
rogocof committed Jun 19, 2024
1 parent ad30dda commit 1bd35ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ RUN rm /usr/share/nginx/html/index.html && rm /etc/nginx/conf.d/default.conf

# Copy project files from ‘builder’ stage copy over the artifacts in dist folder to default nginx public folder
COPY --from=builder /ng-app/dist /usr/share/nginx/html
# Copy license info into final artifact
COPY ./DEPENDENCIES_FRONTEND /usr/share/nginx/html
COPY ./SECURITY.md /usr/share/nginx/html
COPY ./NOTICE.md /usr/share/nginx/html
COPY ./LICENSE /usr/share/nginx/html

# Give ownership to nginx user over dir with content

RUN chown -R nginx:nginx /usr/share/nginx/html/
Expand Down

0 comments on commit 1bd35ce

Please sign in to comment.