Skip to content

Commit

Permalink
Merge branch 'main' into APL-284
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan committed Nov 5, 2024
2 parents c626bc0 + 718719b commit 292516a
Show file tree
Hide file tree
Showing 5 changed files with 2,431 additions and 3,398 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.19
v16.20
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM linode/apl-tools:v2.7.0 as ci
FROM linode/apl-tools:v2.8.0 as ci

ENV APP_HOME=/home/app/stack

Expand Down Expand Up @@ -27,7 +27,7 @@ FROM ci as clean
RUN npm prune --production

#-----------------------------
FROM linode/apl-tools:v2.7.0 as prod
FROM linode/apl-tools:v2.8.0 as prod

ENV APP_HOME=/home/app/stack
ENV ENV_DIR=/home/app/stack/env
Expand All @@ -44,4 +44,4 @@ COPY --from=ci /home/app/stack/dist /home/app/stack/dist
COPY --from=clean /home/app/stack/node_modules /home/app/stack/node_modules
COPY --chown=app . .

CMD ["dist/src/otomi.js"]
CMD ["dist/src/otomi.js"]
Loading

0 comments on commit 292516a

Please sign in to comment.