Skip to content

Commit

Permalink
Merge pull request #344 from LACMTA:2023-api-optimization
Browse files Browse the repository at this point in the history
feat: Dockerfiles to use lacmta/geodb-base image
  • Loading branch information
albertkun authored Nov 9, 2023
2 parents 8e209bf + d6722f4 commit 846f609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-loading-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM python:3.9-slim-buster
FROM lacmta/geodb-base
# 2161.3s
#
# WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion fastapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM python:3.9-slim-buster
FROM lacmta/geodb-base

WORKDIR /app

Expand Down

0 comments on commit 846f609

Please sign in to comment.