Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Technology Coordinator committed Jul 5, 2024
1 parent 871e01c commit eaafb3b
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 @@ -11,6 +11,6 @@ RUN npm install --frozen-lockfile --silent

COPY . .

RUN npm start build
RUN npm run build

CMD ["serve", "-s", "build"]

0 comments on commit eaafb3b

Please sign in to comment.