feat: Improve code organization
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user