Skip to content

Commit

Permalink
test: updated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaHoege committed Oct 26, 2023
1 parent d514743 commit 2f37d93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
deploy_docker_image:
name: Deploy Docker Image
needs: [ validations ]
if: ${{ !(contains(github.event.head_commit.message, 'chore') || contains(github.event.head_commit.message, 'ci')) }}
# if: ${{ !(contains(github.event.head_commit.message, 'chore') || contains(github.event.head_commit.message, 'ci')) }}
uses: ./.github/workflows/docker-image.yml
with:
node_version: 18
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:18-alpine3.18
COPY packages/core-components/docs-build /tmp
COPY packages/core-components/dist /tmp/design-system/dist
RUN echo "Ok" > /tmp/design-system/health.html

CMD ["npx", "http-serve", "/tmp", "-p", "80", "-d", "false", "--cors"]

0 comments on commit 2f37d93

Please sign in to comment.