Skip to content

Commit

Permalink
add view into context
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 6, 2024
1 parent 6a17296 commit f8195a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
if: ${{ steps.checkdocker.outputs.secretspresent }}
uses: docker/[email protected]
with:
context: "{{defaultContext}}:view"
platforms: linux/amd64, linux/arm64
push: false
tags: |
qxip/qryn:latest
- run: docker run qxip/qryn:latest sh -c 'cd view && ls | grep assets'
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM node:20.10-slim
COPY . /app
WORKDIR /app

RUN cd view && ls

RUN groupadd -r qryn && useradd -r -g qryn -m qryn && chown -R qryn:qryn /app
USER qryn

Expand Down

0 comments on commit f8195a5

Please sign in to comment.