We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9469426 commit fd8cd70Copy full SHA for fd8cd70
.github/workflows/deploy_beta.yml
@@ -29,8 +29,7 @@ jobs:
29
with:
30
push: true
31
tags: ghcr.io/${{ env.REPOSITORY_LC }}:beta
32
- context: ./
33
- file: ./jccp/Dockerfile
+ context: ./jccp
34
build-args: |
35
SHORT_SHA:${{ github.sha }}
36
- name: Login to production server and deploy
jccp/Dockerfile
@@ -4,6 +4,6 @@ RUN install-php-extensions \
4
pcntl
5
6
ENV SERVER_NAME=:80
7
-COPY ./jccp /app
+COPY . /app
8
9
0 commit comments