Skip to content

Commit f0d53f1

Browse files
committed
docs
1 parent 0806352 commit f0d53f1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# simple-nodejs-app
22
A simple nodejs application to tests Red Hat AppStudio nodejs builds
3+
4+
This example have only one endpoint: `/users` which respond with a list.

devfiles/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
projectType: container
55
language: container
66
attributes:
7-
alpha.dockerimage-port: 8081
7+
alpha.dockerimage-port: 8080
88
version: 1.0.0
99
provider: Red Hat
1010
components:

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN npm install --only=production
1717
COPY . .
1818

1919
# Configure and document the service HTTP port.
20-
ENV PORT 8081
20+
ENV PORT 8080
2121
EXPOSE $PORT
2222

2323
# Run the web service on container startup.

0 commit comments

Comments
 (0)