Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7282314

Browse files
committed
docker fix
1 parent 5fd25fb commit 7282314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ WORKDIR /micro-frontends-frame
1616
# Install the dependencies from package.json
1717
RUN npm install
1818

19-
RUN npm build
19+
RUN npm run build
2020

2121
CMD npm start

0 commit comments

Comments
 (0)