fixed spacing in string
Build and Push Image / build-and-push (push) Failing after 1m32s

This commit is contained in:
2026-05-12 23:30:10 -07:00
parent 569a41f053
commit e9dd340b44
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:24-alpine FROM node:24-alpine
ENV DATABASE_URL=<the database url> ENV DATABASE_URL=<the_database_url>
WORKDIR /app WORKDIR /app
COPY . . COPY . .