Skip to content

Commit

Permalink
first round of adding react client side site
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Feb 4, 2025
1 parent ef7aed5 commit cc5f2f3
Show file tree
Hide file tree
Showing 9 changed files with 728 additions and 202 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" ]

This file was deleted.

Loading

0 comments on commit cc5f2f3

Please sign in to comment.