You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A good developer creates well written READMEs that can be used to create Dockerfiles with ease.
8
+
#
9
+
# Clone, fork or download the project from https://github.com/docker-hy/material-applications/tree/main/example-frontend.
10
+
#
11
+
# Create a Dockerfile for the project (example-frontend) and give a command so that the project runs in a docker container with port 5000 exposed and published so when you start the container and navigate to http://localhost:5000 you will see message if you’re successful.
12
+
#
13
+
# Submit the Dockerfile.
14
+
#
15
+
# As in other exercises, do not alter the code of the project
16
+
#
17
+
# TIP: The project has install instructions in README.
18
+
#
19
+
# TIP: Note that the app starts to accept connections when “Accepting connections at http://localhost:5000” has been printed to the screen, this takes a few seconds
20
+
#
21
+
# TIP: You do not have to install anything new outside containers.
0 commit comments