Added Dockerfile
This commit is contained in:
parent
da5620519f
commit
50647825c6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user