Skip to content

Commit

Permalink
Fix on data_quality_tool frontend Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis committed Jun 14, 2024
1 parent bf00e61 commit c7d1999
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data_quality_tool/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*

# Copy frontend build files to nginx default public folder
COPY frontend/ /usr/share/nginx/html/
COPY . /usr/share/nginx/html/

# Expose port 80
EXPOSE 80

# Nginx is automatically started by the base image
EXPOSE 80

0 comments on commit c7d1999

Please sign in to comment.