Compare commits

...

2 Commits

Author SHA1 Message Date
82a3f4d195
ci: update CI workflow command to change directory first
Some checks failed
Build Docker Image / build (pull_request) Successful in 28s
CI / eslint (pull_request) Has been cancelled
CI / prettier (pull_request) Has been cancelled
CI / Checkstyle Main (pull_request) Has been cancelled
CI / test-build (pull_request) Successful in 51s
2025-02-19 11:09:08 +01:00
483446cdd9
build: update Dockerfile to include CMD instruction 2025-02-19 11:08:43 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -4,3 +4,5 @@ COPY package.json .
COPY bun.lock . COPY bun.lock .
RUN bun install RUN bun install
CMD ["/bin/sh"]

View File

@ -81,7 +81,7 @@ jobs:
container: container:
image: git.simonis.lol/projects/bun-casino:latest image: git.simonis.lol/projects/bun-casino:latest
steps: steps:
- run: ls -la - run: cd / && ls -la
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install bun - name: Install bun