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