Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jun 29, 2023
1 parent 55f6c96 commit e580dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get install -y docker-ce docker-ce-cli containerd.io

# Install node
RUN curl -o- -sL https://deb.nodesource.com/setup_16.x | bash
RUN hash -r
RUN npm install -g [email protected] [email protected]

ENV EVENTNATIVE_USER=eventnative
Expand Down
1 change: 1 addition & 0 deletions server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get install -y docker-ce docker-ce-cli containerd.io

# Install node
RUN curl -o- -sL https://deb.nodesource.com/setup_16.x | bash
RUN hash -r
RUN npm install -g [email protected] [email protected]

ARG TARGETARCH
Expand Down

0 comments on commit e580dfe

Please sign in to comment.