Skip to content
Snippets Groups Projects
Commit c1f28b55 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Maybe fix puppet image node dependencies

parent 782cf329
No related branches found
Tags v1.60.0rc2
No related merge requests found
Pipeline #2811 canceled
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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment