Skip to content

Commit

Permalink
fix: rename how db variable is set on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
piny4man committed Aug 16, 2024
1 parent 5ecaca3 commit 8e5c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY --from=builder /app/target/release/spyhole /usr/local/bin/spyhole

ENV RUST_LOG=info
ENV APP_PORT=8080
ENV DATABASE_URL=${{ Postgres.DATABASE_URL }}
ENV DATABASE_URL=${{ DATABASE_URL }}

EXPOSE 8080
ENTRYPOINT ["spyhole"]

0 comments on commit 8e5c5e5

Please sign in to comment.