Skip to content

Commit

Permalink
renamed to client side
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Jan 31, 2025
1 parent d14cfb0 commit c0a71e6
Show file tree
Hide file tree
Showing 11 changed files with 4,717 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node:20.11.0-alpine3.18

WORKDIR /usr/src/app

COPY . .
RUN npm install

EXPOSE 3000
CMD [ "npm", "start" ]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c0a71e6

Please sign in to comment.