alpine
This commit is contained in:
parent
f86c2b89d9
commit
4fa09d7837
@ -1,11 +1,7 @@
|
|||||||
FROM ubuntu:artful
|
FROM node:alpine
|
||||||
|
|
||||||
RUN apt-get update
|
|
||||||
|
|
||||||
# node stuff
|
|
||||||
RUN apt-get install -y nodejs npm
|
|
||||||
|
|
||||||
COPY package.json /data/
|
COPY package.json /data/
|
||||||
|
COPY package-lock.json /data/
|
||||||
COPY src /data/src
|
COPY src /data/src
|
||||||
|
|
||||||
RUN cd /data && npm i
|
RUN cd /data && npm i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user