Skip to content

Commit

Permalink
bug: update docker with absolute path (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
xixas authored Feb 19, 2024
1 parent cc7b152 commit 3086775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN npm run build:prod
FROM nginx:latest

# Copy the built Angular app to the default Nginx public folder
COPY --from=builder /usr/src/app/dist/* /usr/share/nginx/html/
COPY --from=builder /usr/src/app/dist/assistant-portal/browser/ /usr/share/nginx/html/

COPY nginx.conf /etc/nginx/conf.d/default.conf

Expand Down

0 comments on commit 3086775

Please sign in to comment.