We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2b67d commit 5506ca1Copy full SHA for 5506ca1
.github/workflows/build.yaml
@@ -59,7 +59,6 @@ jobs:
59
echo "$SECRETS_FILE" > frontend/.env
60
env:
61
SECRETS_FILE: ${{ secrets.SECRETS_FILE }}
62
- - run: ls -la ./frontend
63
64
- name: Login to GitHub Container Registry
65
uses: docker/login-action@v3
infra/nginx/Dockerfile
@@ -7,7 +7,7 @@ RUN npm install
7
# Include the .env file for build-time environment
8
9
COPY frontend .
10
-RUN ls -la . && npm run build-only
+RUN npm run build-only
11
12
13
FROM jonasal/nginx-certbot:4.3-alpine
0 commit comments