Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
git-demo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rajesh, Anisha (PG/T - Comp Sci & Elec Eng)
git-demo
Commits
70fd9d68
Commit
70fd9d68
authored
1 year ago
by
Rajesh, Anisha (PG/T - Comp Sci & Elec Eng)
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/alpha1' into 'main'
Feature/alpha1 See merge request
!2
parents
9e3de89d
0aad6108
Loading
Loading
1 merge request
!2
Feature/alpha1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+16
-0
16 additions, 0 deletions
Dockerfile
demo
+1
-1
1 addition, 1 deletion
demo
with
17 additions
and
1 deletion
Dockerfile
0 → 100644
+
16
−
0
View file @
70fd9d68
# This file is a template, and might need editing before it works on your project.
FROM
node:8.11
WORKDIR
/usr/src/app
ARG
NODE_ENV
ENV
NODE_ENV $NODE_ENV
COPY
package.json /usr/src/app/
RUN
npm
install
COPY
. /usr/src/app
# replace this with your application's default port
EXPOSE
8888
CMD
[ "npm", "start" ]
This diff is collapsed.
Click to expand it.
demo
+
1
−
1
View file @
70fd9d68
#This is a demo project
#This is a demo project
for practice
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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