blog (#4)
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #4
This commit is contained in:
parent
b2844e8d76
commit
14fe55bb31
18 changed files with 3164 additions and 30 deletions
|
|
@ -6,7 +6,7 @@ ENV NODE_ENV=${NODE_ENV}
|
|||
|
||||
WORKDIR /opt/
|
||||
COPY package.json bun.lock ./
|
||||
RUN bun add --global node-gyp && bun install --production --frozen-lockfile
|
||||
RUN bun add --global node-gyp && bun install --filter 'strapi' --production --frozen-lockfile
|
||||
ENV PATH=/opt/node_modules/.bin:$PATH
|
||||
WORKDIR /opt/app
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue