Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/ver-159
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Dec 18, 2023
2 parents bdbaae8 + 273a324 commit 2cd5485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ WORKDIR /app

COPY package.json ./package.json
COPY package-lock.json ./package-lock.json
RUN npm ci && npm cache clean --force

COPY tsoa.json ./tsoa.json
COPY tsconfig.build.json ./tsconfig.build.json
COPY bin ./bin
COPY src ./src

RUN npm ci && npm cache clean --force
RUN npm run --omit=dev build

# Runtime stage
Expand All @@ -26,4 +26,4 @@ COPY --from=builder ./app .

EXPOSE 3000 5002 5003

ENTRYPOINT [ "./bin/afj-rest.js", "start" ]
ENTRYPOINT [ "./bin/afj-rest.js", "start" ]

0 comments on commit 2cd5485

Please sign in to comment.