🧱 update CI workflow and remove alpinejs frontend files
This commit is contained in:
@@ -9,8 +9,8 @@ ENV PORT=${PORT}
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the frontend files
|
||||
# Since the Dockerfile is in the root and files are in alpinejs/, we copy from there
|
||||
COPY alpinejs/ .
|
||||
# Since the Dockerfile is in the root and files are in ./, we copy from there
|
||||
COPY . .
|
||||
|
||||
# Ensure the deno user owns the directory so it can write public/config.js
|
||||
RUN chown -R deno:deno /app
|
||||
|
||||
Reference in New Issue
Block a user