Change docker file
This commit is contained in:
parent
15f0d4ab69
commit
99aec34a45
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:lts-alpine
|
FROM node:lts
|
||||||
RUN npm install -g http-server
|
RUN npm install -g http-server
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
Reference in a new issue