Skip to content

Commit 234fd8e

Browse files
committed
testing docker network
1 parent 993b580 commit 234fd8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
run: |
3535
GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db frontend
3636
docker network ls
37-
docker exec frontend npm test
37+
docker exec frontend curl http://backend:8080/api/filesystem/info
38+
# docker exec frontend npm test

frontend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ WORKDIR /usr/share/nginx/html
2020
RUN rm -rf ./*
2121
# Copy static assets from builder stage
2222
COPY --from=builder /app/build .
23+
RUN apk --no-cache add curl
2324

2425
EXPOSE 80
2526

0 commit comments

Comments
 (0)