Skip to content

Commit

Permalink
fix frontend in container build
Browse files Browse the repository at this point in the history
  • Loading branch information
philmtd committed Nov 9, 2023
1 parent b80c65f commit ae1d118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ADD /config/fullhouse-default.yaml /app/config/
ADD /full-house /app/
ADD /frontend/dist /app/frontend
ADD /frontend/dist/browser /app/frontend

WORKDIR /app

Expand Down

0 comments on commit ae1d118

Please sign in to comment.