Skip to content

Commit fd8cd70

Browse files
committed
Try build with only jccp context
1 parent 9469426 commit fd8cd70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
with:
3030
push: true
3131
tags: ghcr.io/${{ env.REPOSITORY_LC }}:beta
32-
context: ./
33-
file: ./jccp/Dockerfile
32+
context: ./jccp
3433
build-args: |
3534
SHORT_SHA:${{ github.sha }}
3635
- name: Login to production server and deploy

jccp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ RUN install-php-extensions \
44
pcntl
55

66
ENV SERVER_NAME=:80
7-
COPY ./jccp /app
7+
COPY . /app
88

99

0 commit comments

Comments
 (0)