ci: fix build process

This commit is contained in:
Vasily Zubarev
2025-03-17 09:09:14 +01:00
parent d42ab7ba86
commit 4b9d95c1f7
5 changed files with 18 additions and 39 deletions

View File

@@ -51,7 +51,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
# Create directory for SQLite database and set permissions
RUN mkdir -p /app/data && chown -R node:node /app/data
RUN mkdir -p /app/data
EXPOSE 3000