feat: Update Docker deployment scripts and configurations for default admin account creation
This commit is contained in:
@@ -16,6 +16,9 @@ RUN npm install
|
||||
# Copy the rest of the app
|
||||
COPY . .
|
||||
|
||||
# Create the default admin account for development
|
||||
RUN node scripts/create-admin.js
|
||||
|
||||
# Expose the default Next.js port
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user