Skip to content

Commit

Permalink
šŸ“ Remove old images in "How to deploy a Node.js application with Dockā€¦
Browse files Browse the repository at this point in the history
ā€¦er" (#937)
  • Loading branch information
svenja11 authored Sep 5, 2024
1 parent c2d8a08 commit a4583b1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/deploy-nodejs-with-docker/01.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ docker compose -f docker-compose.yml up -d --force-recreate

Great, you did it! This was a basic introduction to deploying a Node.js application to Ubuntu 24.04 by using Docker, Docker Hub and Docker Compose.

We've seen how to write a simple `Dockerfile`, how to build the image, push it, and deploy it on a server. Setting up automated builds is useful and a first step into the Continuous Integration and Delivery world (CI/CD).
We've seen how to write a simple `Dockerfile`, how to build the image, push it, and deploy it on a server.

There's a lot more about Docker that is not covered by this tutorial, so make sure that you take a look at the Docker and Docker Compose documentation to learn more about the concepts and features.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a4583b1

Please sign in to comment.