Skip to content

Commit 469bc51

Browse files
committed
fix: copy babelrc and use npm run build
1 parent e1df341 commit 469bc51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ RUN npm install
77

88
COPY src ./src
99
COPY tsconfig.json ./
10+
COPY .babelrc ./
1011

11-
RUN npm build
12+
RUN npm run build
1213

1314
EXPOSE 43594
1415
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)