Skip to content

Commit

Permalink
Merge pull request #20 from vasgat/staging
Browse files Browse the repository at this point in the history
minor fix on path
  • Loading branch information
vasgat authored Nov 15, 2024
2 parents 3e05387 + a358c9b commit db6b019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM nginx:latest

# Copy your static site files to the Nginx default directory
COPY ../dist /usr/share/nginx/html
COPY ../dist/msa-dashboard /usr/share/nginx/html

# Expose port 80 to allow traffic
EXPOSE 80
Expand Down

0 comments on commit db6b019

Please sign in to comment.