Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from target/build/docker-workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
cawalch authored Dec 21, 2021
2 parents c8fd60e + cbbd845 commit cdc0147
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ ENV APP_HOME=/app
COPY package.json yarn.lock $APP_HOME/
COPY config $APP_HOME/config

WORKDIR $APP_HOME

RUN yarn install

COPY . $APP_HOME

WORKDIR $APP_HOME

RUN yarn build

RUN rm -rf node_modules
Expand Down

0 comments on commit cdc0147

Please sign in to comment.