Skip to content

Commit

Permalink
Merge pull request #17 from not-byte/docker
Browse files Browse the repository at this point in the history
build(app): fixed Dockefile work directory
  • Loading branch information
botprzemek authored May 6, 2024
2 parents 73c90be + c219cc8 commit 72d9758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV HOST="127.0.0.1"
ENV PORT="3000"
ENV NUXT_MAIL_URL ${NUXT_MAIL_URL}

WORKDIR /var/www/html/tournament-app
WORKDIR /app

RUN npm install
RUN npm run build
Expand Down

0 comments on commit 72d9758

Please sign in to comment.