Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from J0WI/docker
Browse files Browse the repository at this point in the history
Use upstream node image
  • Loading branch information
jrm16020 authored Feb 20, 2020
2 parents 0a64d6f + e7ecf3a commit bdcb32a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM alpine:latest
FROM node:alpine
MAINTAINER https://github.com/mozilla/observatory-cli

RUN adduser -h /home/observatory -g "Observatory CLI User" -s /bin/ash -D observatory
RUN apk --update add nodejs && \
rm -rf /var/cache/apk/* && \
npm install -g observatory-cli
RUN npm install -g observatory-cli

USER observatory
WORKDIR /home/observatory
Expand Down

0 comments on commit bdcb32a

Please sign in to comment.