Skip to content

Commit

Permalink
oops its already built
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 23, 2024
1 parent cc42f52 commit cbcc7d1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
FROM node:12-alpine AS builder
WORKDIR /app
COPY package.json package-lock.json .
RUN npm ci
COPY . .
RUN mv config.sample.yml config.yml
RUN npm run build

FROM busybox:musl AS deploy
FROM busybox:musl
RUN adduser -S nop-guide
USER nop-guide
RUN mkdir /home/nop-guide/nop-guide
Expand Down

0 comments on commit cbcc7d1

Please sign in to comment.