Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCT - fixed docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Jan Šimerda
DCT - fixed docker
Commits
6e76725a
Commit
6e76725a
authored
5 months ago
by
Jan Šimerda
Browse files
Options
Downloads
Patches
Plain Diff
fix: fix the broken dockerfile
parent
34a96703
Branches
main
No related tags found
No related merge requests found
Pipeline
#52666
skipped with stage
Stage:
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
docker-compose.yml
+2
-0
2 additions, 0 deletions
docker-compose.yml
with
4 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
6e76725a
FROM
node:1
6
-alpine
as
development
FROM
node:1
8
-alpine
as
development
WORKDIR
/del_local
COPY
--chown=node:node ["package.json", "package-lock.json", "./"]
RUN
npm config
set
@gaia-x:registry https://gitlab.com/api/v4/projects/38989724/packages/npm/
RUN
apk add
--no-cache
python3 py3-pip alpine-sdk
RUN
npm i
-g
@nrwl/cli
RUN
npm ci
--legacy-peer-deps
COPY
--chown=node:node . .
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
0
View file @
6e76725a
...
...
@@ -23,6 +23,8 @@ services:
environment
:
-
REDIS_HOST=redis
-
REDIS_PORT=6379
env_file
:
-
.env
mkdocs
:
container_name
:
mkdocs
image
:
polinux/mkdocs:latest
...
...
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