Docker again

This commit is contained in:
cdricms
2025-01-13 15:53:26 +01:00
parent 3c97377a38
commit dab5c193e0
3 changed files with 22 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ WORKDIR /app
# Copy project files
COPY ./latosa-frontend/ .
RUN deno install
# Install Next.js dependencies
RUN deno task build