Skip to content

Commit e5d7354

Browse files
committed
chore: update Dockerfile to use npm run build instead of pylon build
1 parent 2002836 commit e5d7354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV NODE_ENV=production
3131
# Create .pylon folder (mkdir)
3232
RUN mkdir -p .pylon
3333
# RUN npm test
34-
RUN npm run pylon build
34+
RUN npm run build
3535

3636
# copy production dependencies and source code into final image
3737
FROM base AS release

0 commit comments

Comments
 (0)