Skip to content

Commit 6f6954f

Browse files
committed
Update repo to new labspace content repo structure
1 parent 0d998ab commit 6f6954f

22 files changed

Lines changed: 20 additions & 13 deletions

.github/workflows/deploy-labspace-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424

2525
- name: Publish Labspace
26-
uses: dockersamples/publish-labspace-action@v1
26+
uses: dockersamples/publish-labspace-action@v2
2727
with:
2828
target_repo: ${{ env.DOCKERHUB_REPO }}

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# The files here are those normally ignored in a git repo, as well
22
# as files that will be created by someone completing the Labspace.
33
node_modules
4-
.env
5-
db
6-
compose.yaml
4+
.env

compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include:
2+
- oci://dockersamples/labspace-content-dev
3+
- ./compose.override.yaml

labspace/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The files here are those normally ignored in a git repo, as well
2+
# as files that will be created by someone completing the Labspace.
3+
node_modules
4+
.env
5+
db
6+
compose.yaml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For the remainder of this lab, you are a member of the Memes-R-Us development te
1919

2020
The Memes-R-Us app is a simple website that displays memes and a welcome message.
2121

22-
![Memes-R-Us website](/.labspace/images/memes-r-us.png)
22+
![Memes-R-Us website](images/memes-r-us.png)
2323

2424
In order to run it though for development, you need a database. You'll learn how to launch that in a container, as well as how to add additional developer tools.
2525

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)