Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-casa-user-data-service
Commits
56702eee
Commit
56702eee
authored
2 years ago
by
tushar5526
Browse files
Options
Download
Patches
Plain Diff
feat: Added dockerfile
parent
5983d793
main
getStudentByRollnumber
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.dockerignore
+1
-0
.dockerignore
Dockerfile
+5
-0
Dockerfile
with
6 additions
and
0 deletions
+6
-0
.dockerignore
0 → 100644
+
1
−
0
View file @
56702eee
node_modules
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
5
−
0
View file @
56702eee
FROM
node:16-alpine
as
builder
COPY
. ./
RUN
npm i
EXPOSE
3000
CMD
["npm", "run", "start:dev"]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets