Add Dockerfile
This commit is contained in:
parent
5e1541f2f3
commit
1dc82a81f5
@ -3,6 +3,8 @@ FROM node:13.14.0-alpine
|
||||
#Dependencies
|
||||
RUN apk add --virtual .build-deps python make g++ gcc
|
||||
|
||||
RUN npm install -g create-react-app
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY / /usr/src/app/
|
||||
|
Loading…
Reference in New Issue
Block a user