Some deployment fixes
This commit is contained in:
parent
2634f64d1f
commit
65a6ca3e03
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
@ -1,6 +1,7 @@
|
|||||||
FROM node:14.4.0-alpine3.10
|
FROM node:alpine
|
||||||
USER root
|
|
||||||
WORKDIR /frontend
|
WORKDIR /frontend
|
||||||
COPY . /frontend
|
COPY package.json /frontend/package.json
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
COPY . /frontend
|
||||||
|
RUN yarn codegen
|
||||||
RUN yarn build
|
RUN yarn build
|
Loading…
x
Reference in New Issue
Block a user