plsplspls
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 2m49s
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 2m49s
This commit is contained in:
@ -14,12 +14,6 @@ RUN pnpm install --frozen-lockfile --prod
|
||||
# Copy application files
|
||||
COPY server.js todo-service.js signal-crypto.js ./
|
||||
COPY public/ ./public/
|
||||
COPY .env* ./
|
||||
|
||||
# Set environment variables
|
||||
ENV NODE_ENV=production
|
||||
ENV SQLITE_DB_PATH=/app/data/db.db
|
||||
ENV PORT=3000
|
||||
|
||||
# Expose port
|
||||
EXPOSE 3000
|
||||
|
Reference in New Issue
Block a user