set workdir to / at dockerfile

This commit is contained in:
Fedor Katurov 2021-04-08 11:39:39 +07:00
parent fd65653584
commit 7735d11019
2 changed files with 1 additions and 13 deletions

View file

@ -1,13 +0,0 @@
{
"presets": ["env", "react","stage-2"],
"plugins": [
"ramda",
"lodash",
"react-hot-loader/babel",
"lodash",
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
]
}

View file

@ -1,4 +1,5 @@
# stage1 as builder
WORKDIR /
FROM node:erbium-alpine as builder
COPY package.json yarn.lock ./
RUN yarn