Change docker file

This commit is contained in:
Kekskurse 2019-07-24 11:05:33 +02:00
parent 15f0d4ab69
commit 99aec34a45

View file

@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:lts
RUN npm install -g http-server
WORKDIR /app
COPY package*.json ./