Skip to content

Commit

Permalink
chore: update Dockerfile to use npm run build instead of pylon build
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Dec 11, 2024
1 parent 2002836 commit e5d7354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV NODE_ENV=production
# Create .pylon folder (mkdir)
RUN mkdir -p .pylon
# RUN npm test
RUN npm run pylon build
RUN npm run build

# copy production dependencies and source code into final image
FROM base AS release
Expand Down

0 comments on commit e5d7354

Please sign in to comment.