Skip to content

Commit

Permalink
Merge pull request #45 from JuribaDev/hotfix
Browse files Browse the repository at this point in the history
add docker build test
  • Loading branch information
JuribaDev authored Sep 1, 2024
2 parents df3ffad + a6802c6 commit 4933b5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
name: test-coverage
path: 'coverage/apps/**'

- name: test building docker images
run: |
docker build -t test-server-image -f apps/server/Dockerfile .
docker build -t test-client-image -f apps/client/Dockerfile .
2 changes: 0 additions & 2 deletions apps/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ COPY apps/client/nginx.conf /etc/nginx/nginx.conf

RUN apk add --no-cache gettext

COPY apps/client/env.sh /docker-entrypoint.d/40-env.sh


RUN chown -R nginx:nginx /usr/share/nginx/html && \
chmod -R 755 /usr/share/nginx/html && \
Expand Down

0 comments on commit 4933b5d

Please sign in to comment.