Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mautrix-amp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tulir Asokan
mautrix-amp
Commits
c1f28b55
Commit
c1f28b55
authored
3 years ago
by
Tulir Asokan
Browse files
Options
Downloads
Patches
Plain Diff
Maybe fix puppet image node dependencies
parent
782cf329
No related branches found
Branches containing commit
Tags
v1.60.0rc2
Tags containing commit
No related merge requests found
Pipeline
#2811
canceled
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
puppet/Dockerfile
+1
-8
1 addition, 8 deletions
puppet/Dockerfile
with
1 addition
and
8 deletions
puppet/Dockerfile
+
1
−
8
View file @
c1f28b55
FROM
node:14-alpine3.13
#RUN echo $'\
#@edge http://dl-cdn.alpinelinux.org/alpine/edge/main\n\
#@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing\n\
#@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
WORKDIR
/opt/mautrix-amp/puppet
RUN
chown
node:node /opt/mautrix-amp/puppet
USER
node
COPY
package.json yarn.lock ./
RUN
yarn
--production
COPY
. /opt/mautrix-amp/puppet
RUN
yarn
--production
CMD
["yarn", "start", "--config", "/data/config.json"]
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