itszubariel commited on
Commit
68463fa
·
1 Parent(s): 5fa0cf6

update docker

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -1,10 +1,6 @@
1
  FROM node:20-slim
2
  RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
3
- <<<<<<< HEAD
4
- ARG CACHEBUST=1780809050
5
- =======
6
  ARG CACHEBUST=67
7
- >>>>>>> 31e0dec (update to include a timer and also timeout reduced to 2hr from 4hr)
8
  RUN curl -L https://github.com/zbrlang/zbr/releases/latest/download/zbr-linux-x64 -o /usr/local/bin/zbr && chmod +x /usr/local/bin/zbr
9
  WORKDIR /app
10
  COPY package*.json ./
 
1
  FROM node:20-slim
2
  RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
 
 
 
3
  ARG CACHEBUST=67
 
4
  RUN curl -L https://github.com/zbrlang/zbr/releases/latest/download/zbr-linux-x64 -o /usr/local/bin/zbr && chmod +x /usr/local/bin/zbr
5
  WORKDIR /app
6
  COPY package*.json ./