mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56: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
|
@ -1,4 +1,5 @@
|
|||
# stage1 as builder
|
||||
WORKDIR /
|
||||
FROM node:erbium-alpine as builder
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue