Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ss22-devops-project-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dobromir Palushev
ss22-devops-project-app
Commits
467f9cdb
Commit
467f9cdb
authored
2 years ago
by
Dobromir Palushev
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile updates
parent
21be6167
No related branches found
No related tags found
31 merge requests
!36
pipeline multiple updates
,
!35
pipeline multiple updates
,
!33
pipeline multiple updates
,
!32
pipeline multiple updates
,
!30
pipeline multiple updates
,
!28
pipeline multiple updates
,
!27
pipeline multiple updates
,
!26
pipeline multiple updates
,
!25
pipeline multiple updates
,
!24
pipeline multiple updates
,
!23
pipeline multiple updates
,
!22
pipeline multiple updates
,
!21
pipeline multiple updates
,
!20
pipeline multiple updates
,
!19
pipeline multiple updates
,
!18
pipeline multiple updates
,
!17
pipeline multiple updates
,
!16
pipeline multiple updates
,
!15
pipeline multiple updates
,
!14
pipeline multiple updates
,
!12
pipeline multiple updates
,
!11
pipeline multiple updates
,
!10
pipeline multiple updates
,
!9
pipeline multiple updates
,
!8
pipeline multiple updates
,
!7
pipeline multiple updates
,
!6
pipeline multiple updates
,
!5
pipeline multiple updates
,
!4
pipeline multiple updates
,
!3
pipeline multiple updates
,
!2
pipeline multiple updates
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/.dockerignore
+2
-0
2 additions, 0 deletions
app/.dockerignore
app/Dockerfile
+1
-1
1 addition, 1 deletion
app/Dockerfile
with
3 additions
and
1 deletion
app/.dockerignore
+
2
−
0
View file @
467f9cdb
...
...
@@ -2,3 +2,5 @@ client/node_modules
server/node_modules
.dockerignore
Dockerfile
README.md
npm-debug.log
This diff is collapsed.
Click to expand it.
app/Dockerfile
+
1
−
1
View file @
467f9cdb
...
...
@@ -6,7 +6,7 @@ ARG NODEJS_VERSION='16.17.0'
FROM
node:$NODEJS_VERSION-alpine
AS
base
ENV
\
PORT=300
2
\
PORT=300
0
\
# For local dev - mongodb://host.docker.internal:27017/todo-app
MONGODB_URL=<should-be-dynamically-set> \
JWT_SECRET=<should-be-dynamically-set>
...
...
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