Skip to content

Commit

Permalink
Dockerfile first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino authored Sep 21, 2024
1 parent a60c4f8 commit 3acf12c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM rust:1.80
WORKDIR /app
COPY . .

ARG HASURAGRES_URL
ARG HASURAGRES_API_KEY

ENV TIMETABLE_API_URL=https://timetable.unsw.edu.au/year/

RUN cargo r -- scrape_n_batch_insert -release

0 comments on commit 3acf12c

Please sign in to comment.