Skip to content

Commit

Permalink
Merge pull request #56 from ba-st/use_launchpad_docker_image
Browse files Browse the repository at this point in the history
Use launchpad docker image
  • Loading branch information
gcotelli authored May 4, 2022
2 parents 009cebe + 6e18fe4 commit 5c97302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ To learn how to use Willow, you can check the applications included in this repo

- Live Documentation: start by browsing `WPLiveDocumentation`. Access the
application at [localhost:8080/live-docs](http://localhost:8080/live-docs)
- Test Runner (Boostrap 3): start by browsing `WPB3TestRunner`. Access the
- Test Runner (Bootstrap 3): start by browsing `WPB3TestRunner`. Access the
application at [localhost:8080/test-runner-bootstrap3](http://localhost:8080/test-runner-bootstrap3)
- Test Runner (Boostrap 4): start by browsing `WPB4TestRunner`. Access the
- Test Runner (Bootstrap 4): start by browsing `WPB4TestRunner`. Access the
application at [localhost:8080/test-runner-bootstrap4](http://localhost:8080/test-runner-bootstrap4)

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN pharo metacello install gitlocal://./source \
BaselineOfWillowPlayground --groups=Deployment

# Stage 2: Copy the Pharo image into the base
FROM ghcr.io/ba-st/pharo:v10.0.0
FROM ghcr.io/ba-st/launchpad:v4

COPY --from=loader /opt/pharo/Pharo.image ./
COPY --from=loader /opt/pharo/Pharo.changes ./
COPY --from=loader /opt/pharo/Pharo*.sources ./
CMD [ "pharo", "launchpad", "start", "playground" ]
CMD [ "launchpad-start", "playground" ]
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Willow Playground Documentation

What is this thing? “the motto”, the goals, the vision.
Willow-Playground provides examples on how to use [Willow](https://github.com/ba-st/Willow)
to develop a complete interactive web application.

To learn about the project, [install it](how-to/how-to-load-in-pharo.md).

Links to additional documentation.

---

To use the project as a dependency of your project, take a look at:
Expand Down

0 comments on commit 5c97302

Please sign in to comment.