Skip to content

Commit

Permalink
fix: attempt to get docker build working
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 13, 2023
1 parent 4067c02 commit 52d9dd0
Show file tree
Hide file tree
Showing 6 changed files with 1,936 additions and 833 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:16-alpine as builder

COPY . /rdme

RUN cd /rdme && npm ci && npm run build && npx pkg@5 . --target host --out-path exe
RUN cd /rdme && npm ci && npm run build:exe

FROM alpine:3.14

Expand Down
Loading

0 comments on commit 52d9dd0

Please sign in to comment.