Skip to content

Commit

Permalink
build(app): fixed Dockefile work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemysław Szymański committed May 6, 2024
1 parent c219cc8 commit a1fce53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ENV NUXT_MAIL_URL ${NUXT_MAIL_URL}

WORKDIR /app

COPY ./app .

RUN npm install
RUN npm run build

Expand Down

0 comments on commit a1fce53

Please # to comment.