Skip to content

Commit

Permalink
cleaning up dockerfiles and removing unneeded imported component for …
Browse files Browse the repository at this point in the history
…dashboard page
  • Loading branch information
wkaspryk committed Jan 11, 2024
1 parent 793490d commit ee2263b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ RUN chmod 777 /var/lib/postgresql/data
RUN chmod 777 /var/run/postgresql
USER admin

COPY ./scripts /docker-entrypoint-initdb.d/

RUN echo $(ls /docker-entrypoint-initdb.d/)
COPY ./scripts /docker-entrypoint-initdb.d/
2 changes: 1 addition & 1 deletion src/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ RUN chmod +x /app/entrypoint.sh
# USER appuser
USER 1001
# ENTRYPOINT ["/app/entrypoint.sh"]
ENTRYPOINT ["dotnet","HSB.API.dll"]
ENTRYPOINT ["dotnet", "HSB.API.dll"]
1 change: 0 additions & 1 deletion src/dashboard/src/app/hsb/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
AllocationTable,
StorageTrendsChart,
TotalStorage,
SmallBarChart,
SegmentedBarChart
} from '@/components/charts';
import { OperatingSystems } from '@/components/charts/allocationTable/constants';
Expand Down

0 comments on commit ee2263b

Please sign in to comment.