mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
set workdir to / at dockerfile
This commit is contained in:
parent
fd65653584
commit
7735d11019
2 changed files with 1 additions and 13 deletions
13
.babelrc
13
.babelrc
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"presets": ["env", "react","stage-2"],
|
|
||||||
"plugins": [
|
|
||||||
"ramda",
|
|
||||||
"lodash",
|
|
||||||
"react-hot-loader/babel",
|
|
||||||
"lodash",
|
|
||||||
["transform-runtime", {
|
|
||||||
"polyfill": false,
|
|
||||||
"regenerator": true
|
|
||||||
}]
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,4 +1,5 @@
|
||||||
# stage1 as builder
|
# stage1 as builder
|
||||||
|
WORKDIR /
|
||||||
FROM node:erbium-alpine as builder
|
FROM node:erbium-alpine as builder
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue