Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
transkarpation committed Jul 21, 2023
2 parents 07fb760 + 4ca0e67 commit 58592da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushClientWebToDockerHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
context: client-web/dockerfolder/
file: Dockerfile
context: client-web
file: client-web/dockerfolder/Dockerfile
push: true
tags: dappros/web
1 change: 0 additions & 1 deletion client-web/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { ThemeProvider, createTheme } from "@mui/material/styles";
import { useStoreState } from "./store";

Expand Down

0 comments on commit 58592da

Please sign in to comment.