Skip to content

Commit fbd03f2

Browse files
committed
docker fix
1 parent 552057a commit fbd03f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip install async-timeout numpy exceptiongroup
2222

2323
# Copy the rest of the application files into the container
2424
COPY src /app/src
25-
COPY static /app/static/dist
25+
COPY static /app/static/
2626

2727
# Creates a non-root user with an explicit UID and adds permission to access the /app folder
2828
RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /app

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Create a data pipeline that ingests user data via an API, processes and stores i
3030

3131
![assets/flow.png](https://github.com/mrpbennett/etl-pipeline/blob/v2/assets/flowv2.png?raw=true)
3232

33-
3433
1. **Data Ingestion**:
3534
- Python script to fetch data random user data from an API.
3635
- Validate the data before processing.

0 commit comments

Comments
 (0)