Added Dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:14.4.0-alpine3.10
|
||||
USER root
|
||||
WORKDIR /frontend
|
||||
COPY . /frontend
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
|
Reference in New Issue
Block a user