feat: Improve code organization

This commit is contained in:
2023-10-09 13:08:36 -06:00
parent d01f62004f
commit 4e6dbdcedb
62 changed files with 60 additions and 57 deletions

View File

@@ -5,10 +5,7 @@ FROM node:18-alpine
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY config /app/config
COPY lib /app/lib
COPY sections /app/sections
COPY index.js /app
COPY src /app/src
COPY package.json /app
COPY dotenv /app/.env