Skip to content

Commit 5506ca1

Browse files
committed
Remove debugging ls's
1 parent 7b2b67d commit 5506ca1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
echo "$SECRETS_FILE" > frontend/.env
6060
env:
6161
SECRETS_FILE: ${{ secrets.SECRETS_FILE }}
62-
- run: ls -la ./frontend
6362

6463
- name: Login to GitHub Container Registry
6564
uses: docker/login-action@v3

infra/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN npm install
77
# Include the .env file for build-time environment
88

99
COPY frontend .
10-
RUN ls -la . && npm run build-only
10+
RUN npm run build-only
1111

1212

1313
FROM jonasal/nginx-certbot:4.3-alpine

0 commit comments

Comments
 (0)