more flexible

This commit is contained in:
2025-06-27 20:31:44 +03:00
parent 044f4094f0
commit 7ab9d70d47
9 changed files with 65 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
FROM node:22-bullseye
ARG APP_PORT
ENV APP_PORT $APP_PORT
WORKDIR /app
COPY migrations migrations
COPY public public
COPY views views