Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Aug 10, 2022
1 parent 1807def commit f8735ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/api/Dockerfile.next
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM node:18-alpine
WORKDIR /app

ENV NODE_ENV=production

ARG CACHEBUST=0

COPY . /app

RUN npm install

ARG CACHEBUST=1

RUN ls

EXPOSE 3000

0 comments on commit f8735ee

Please sign in to comment.