forked from abner/for-legacy-web
parent
3a093018eb
commit
91f6947634
|
|
@ -7,6 +7,7 @@ RUN yarn --no-cache
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY .env.build .env
|
COPY .env.build .env
|
||||||
|
RUN yarn add --dev @babel/plugin-proposal-decorators
|
||||||
RUN yarn typecheck
|
RUN yarn typecheck
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
RUN npm prune --production
|
RUN npm prune --production
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue