Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit d327275

Browse files
Create Dockerfile
1 parent d3f006a commit d327275

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM node:14
2+
RUN git clone https://github.com/IsmailAhmed98/example-app-nodejs-backend-react-frontend.git && cd /example-app-nodejs-backend-react-frontend && npm install && npm run build
3+
EXPOSE 3000
4+
WORKDIR /example-app-nodejs-backend-react-frontend
5+
CMD ["npm", "start", "--host", "0.0.0.0"]

0 commit comments

Comments
 (0)