WORKDIR /usr/src/app
This commit is contained in:
parent
ad8280bebf
commit
96fe82ff63
|
|
@ -1,6 +1,6 @@
|
||||||
FROM node:alpine
|
FROM node:alpine
|
||||||
|
|
||||||
WORKDIR ./usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue