Skip to content

Commit

Permalink
Revert "ree"
Browse files Browse the repository at this point in the history
This reverts commit 1315299.
  • Loading branch information
werewolfboy13 committed Sep 25, 2024
1 parent 1315299 commit ad33851
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
FROM debian:bookworm-slim
FROM node:22.6.0-slim

WORKDIR /opt/workdir

# Test to make sure packages are up to date
RUN apt update && apt upgrade -y

RUN apt install -y curl
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh
RUN nvm install v22.6.0
RUN npm install -g npm@latest

# Testing tailscale setup
# RUN apt install -y curl
# RUN curl -fsSL https://tailscale.com/install.sh | sh

# Copy the folders needed for the service
# Copy the service across
COPY src ./src
COPY config ./config

Expand Down

0 comments on commit ad33851

Please sign in to comment.