-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated wireframes for the Artist Statistics Report
- Loading branch information
1 parent
97692e3
commit d10c25b
Showing
17 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mcr.microsoft.com/dotnet/core/aspnet:latest | ||
COPY musiccatalogue.api-1.11.0.0 /opt/musiccatalogue.api-1.11.0.0 | ||
WORKDIR /opt/musiccatalogue.api-1.11.0.0/bin | ||
COPY musiccatalogue.api-1.12.0.0 /opt/musiccatalogue.api-1.12.0.0 | ||
WORKDIR /opt/musiccatalogue.api-1.12.0.0/bin | ||
ENTRYPOINT [ "./MusicCatalogue.Api" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM node:20-alpine | ||
COPY musiccatalogue.ui-1.11.0.0 /opt/musiccatalogue.ui-1.11.0.0 | ||
WORKDIR /opt/musiccatalogue.ui-1.11.0.0 | ||
COPY musiccatalogue.ui-1.12.0.0 /opt/musiccatalogue.ui-1.12.0.0 | ||
WORKDIR /opt/musiccatalogue.ui-1.12.0.0 | ||
RUN npm install | ||
RUN npm run build | ||
ENTRYPOINT [ "npm", "start" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[Dire Straits](Album List),1,9,£0.00 | ||
[Dragonette](Album List),1,13,£0.00 | ||
[John Coltrane](Album List),1,5,£0.00 | ||
[The Beatles](Album List),2,29,£0.00 | ||
[Dire Straits](Album List) | ||
[Dragonette](Album List) | ||
[John Coltrane](Album List) | ||
[The Beatles](Album List) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Dire Straits,1,9,£0.00 | ||
Dragonette,1,13,£0.00 | ||
John Coltrane,1,5,£0.00 | ||
The Beatles,2,29,£0.00 |
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+2.83 MB
wireframes/Music Catalogue - v11.00.pdf → wireframes/Music Catalogue - v12.00.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.