Updated dir structure to put the actual source code in the general /src dir
Some checks failed
Update Wiki from JSDoc / update-wiki (pull_request) Has been cancelled
Lint JavaScript/Node.js / lint-js (pull_request) Failing after 11s
DRB Tests / drb_mocha_tests (pull_request) Has been cancelled

This commit is contained in:
Logan Cusano
2024-08-17 18:44:18 -04:00
parent 8f2891f5d8
commit 066404dd10
44 changed files with 2493 additions and 1678 deletions

View File

@@ -12,7 +12,7 @@ RUN npm install -g node-gyp
RUN npm install
# Copy the rest of the application code to the working directory
COPY . .
COPY ./src ./src
# Expose the port on which your Node.js application will run
EXPOSE 3420