Skip to content

Commit

Permalink
fix: Do not copy env file (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Dec 4, 2024
1 parent 6e6dc78 commit 3ebd6b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-connector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN npm install

COPY src ./src
COPY config.json ./config.json
COPY .env ./

# Expose DEBUG traces
ENV DEBUG=inferable:*
Expand Down

0 comments on commit 3ebd6b4

Please sign in to comment.