Code changes to make it work with Fly.io
This commit is contained in:
parent
5b93901976
commit
0695a01f17
9 changed files with 100 additions and 85 deletions
|
|
@ -11,7 +11,7 @@ COPY . .
|
|||
RUN npm install
|
||||
|
||||
# Install dependencies using npm ci for deterministic builds
|
||||
RUN --mount=type=cache,target=/root/.npm npm ci --production
|
||||
# RUN --mount=type=cache,target=/root/.npm npm ci --production
|
||||
|
||||
# Copy the application source code
|
||||
COPY --link . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue