Skip to content

Commit

Permalink
progress?
Browse files Browse the repository at this point in the history
  • Loading branch information
System625 committed Dec 20, 2024
1 parent 00170cf commit f4bc1fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
FROM node:20-alpine AS build

WORKDIR /app
COPY package.json yarn.lock ./
COPY . /app

RUN yarn
COPY src/ ./src/
COPY public/ ./public/
RUN yarn build

# Stage 2: Set up Nginx to serve the built app
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/layout/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import WalletSection from '../wallet-section/WalletSection';
import NavigationLinks from '../navigation-links/NavigationLinks';
import useLockBodyScroll from '../../../hooks/useLockBodyScroll';
import MobDropdownMenu from '../mob-dropdown-menu/MobDropdownMenu';
import './header.css';
import './Header.css';
import '../../../globals.css';


Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/dashboard/YourComponent.js

This file was deleted.

0 comments on commit f4bc1fa

Please sign in to comment.