Skip to content

Commit

Permalink
fix(Dockerfile) WORKDIR (coderaiser#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 22, 2018
1 parent cc6e2e6 commit d16e345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d16e345

Please sign in to comment.