Skip to content

Commit

Permalink
remove run build
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 25, 2023
1 parent 0e4aca6 commit 87c050f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ EXPOSE 9102
COPY package*.json ./
RUN npm ci
COPY . .
RUN npm run build

ENTRYPOINT ["npm", "start"]

0 comments on commit 87c050f

Please sign in to comment.