mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(Dockerfile) WORKDIR (#182)
This commit is contained in:
parent
cc6e2e626b
commit
d16e345064
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ RUN npm config set package-lock false && \
|
|||
|
||||
COPY . /usr/src/app
|
||||
|
||||
WORKDIR /root
|
||||
WORKDIR /
|
||||
|
||||
ENV cloudcmd_terminal true
|
||||
ENV cloudcmd_terminal_path gritty
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ RUN npm config set package-lock false && \
|
|||
|
||||
COPY . /usr/src/app
|
||||
|
||||
WORKDIR /root
|
||||
WORKDIR /
|
||||
|
||||
ENV cloudcmd_terminal true
|
||||
ENV cloudcmd_terminal_path gritty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue