Skip to content

Commit fae4c7e

Browse files
SalakarcabljacEhespLyokone
authored
feat: release rework (#261)
Co-authored-by: Mike Diarmid <[email protected]> Co-authored-by: Jacob Cable <[email protected]> Co-authored-by: Jacob Cable <[email protected]> Co-authored-by: Elliot Hesp <[email protected]> Co-authored-by: Guillaume Bernos <[email protected]>
1 parent 4a34b45 commit fae4c7e

File tree

197 files changed

+18733
-45461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+18733
-45461
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ yarn.lock
77
bundler/dist
88
dist
99
build
10-
_docs.page
10+
_docs.page
11+
og

api/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
FROM node:lts-alpine3.13
1717
RUN npm install pm2 -g
1818

19-
ARG ROOT_DIR=default_value
2019
ARG BUILD_SHA=default_value
2120
ENV __BUILD_SHA=$BUILD_SHA
22-
ENV __ROOT_DIR=api
2321

2422
WORKDIR /opt/app
2523
COPY . /opt/app
26-
RUN cd /opt/app && yarn install
24+
RUN cd /opt/app && npm install
2725
RUN node node_modules/esbuild/install.js
2826

29-
WORKDIR /opt/app/$__ROOT_DIR
27+
WORKDIR /opt/app
3028
CMD ["pm2-runtime","dist/app.js"]

0 commit comments

Comments
 (0)