Skip to content

Commit

Permalink
add docker build test
Browse files Browse the repository at this point in the history
  • Loading branch information
JuribaDev committed Sep 1, 2024
1 parent 383c555 commit a6802c6
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 a6802c6

Please sign in to comment.