Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Mar 21, 2024
1 parent d29a8bd commit 233e94c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
secrets: inherit
with:
platforms: 'linux/amd64'
webTarget: web
rspec-tests:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@seperate_reports
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile


# Final stage for app image
FROM base
FROM base as web

# Install packages needed for deployment
RUN apt-get update -qq && \
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: '3.8'
x-app: &app
build:
context: .
target: web
image: ghcr.io/scientist-softserv/test_app:${TAG:-latest}
volumes:
- .:/rails
Expand Down

0 comments on commit 233e94c

Please sign in to comment.