:'(
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 3m45s
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 3m45s
This commit is contained in:
@ -16,9 +16,6 @@ COPY server.js todo-service.js signal-crypto.js ./
|
||||
COPY public/ ./public/
|
||||
COPY .env* ./
|
||||
|
||||
# Create data directory and set permissions
|
||||
RUN mkdir -p /app/data && chown -R node:node /app
|
||||
|
||||
# Set environment variables
|
||||
ENV NODE_ENV=production
|
||||
ENV SQLITE_DB_PATH=/app/data/db.db
|
||||
|
Reference in New Issue
Block a user