Skip to content

Commit

Permalink
added docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnasirulhaque committed May 13, 2024
1 parent 4fc8a19 commit 1be6f9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node:18-buster
RUN mkdir /app
COPY package.json /app/
WORKDIR /app
COPY . ./

RUN npm install
RUN npm run build

CMD ["npm", "run","start"]
2 changes: 1 addition & 1 deletion public/assets/content/CommunityPartners/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"partnerId": "iei_sc_csbs_aot",
"name": "IEI Student's Chapter CSBS (AOT)",
"hyperlink": "https://sc-csbs.vercel.app/",
"logo": "/assets/images/cp/sccse.png",
"logo": "/assets/images/cp/sccsbs.png",
"hidden": true
},
{
Expand Down
Binary file added public/assets/images/cp/sccsbs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1be6f9a

Please sign in to comment.