Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaRomeo323 committed Jun 13, 2024
1 parent 7b9ac43 commit c90a275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:alpine
WORKDIR /opt/nodecg
RUN apk add --no-cache git make gcc python3 musl-dev g++ && npm install --global nodecg-cli && nodecg setup && npm i
RUN apk add --no-cache git make gcc python3 musl-dev g++ && npm install --global nodecg-cli && nodecg setup
COPY . /opt/nodecg/bundles/tpc3stream/
WORKDIR /opt/nodecg/bundles/tpc3stream/
RUN npm i && npm run build && apk del git make gcc python3 musl-dev g++
Expand Down

0 comments on commit c90a275

Please sign in to comment.