Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clmntsnr committed Nov 8, 2024
1 parent 674af75 commit 9e1b919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM oven/bun:1.1.24-debian
ARG GITHUB_REGISTRY_TOKEN
ARG SDK_READ_ACCESS_TOKEN

RUN apt-get -y update
RUN apt-get -y install python3 make g++ ca-certificates curl
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: .
args:
GITHUB_REGISTRY_TOKEN: $GITHUB_REGISTRY_TOKEN
SDK_READ_ACCESS_TOKEN: $GITHUB_REGISTRY_TOKEN
dockerfile: Dockerfile
ports:
- '3000:5173'
Expand Down

0 comments on commit 9e1b919

Please sign in to comment.