Add Dockerfile
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user