Skip to content

Commit

Permalink
update docker copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Dec 19, 2024
1 parent 03d7618 commit 5048fa7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@ cfgov/apache/modules
# Local Docker-Compose Files #
##############################
docker-compose.pgadmin.yml

# Helm #
helm/charts/
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ ENV ALLOWED_HOSTS '["*"]'
# Copy the application code over
COPY cfgov ./cfgov/
COPY static.in ./static.in/
COPY . .
COPY refresh-data.sh .
COPY index.sh .
COPY test.sql.gz .

# Copy our static build over from node-builder
COPY --from=node-builder ${APP_HOME} ${APP_HOME}
Expand Down
Binary file removed helm/charts/opensearch-1.31.3.tgz
Binary file not shown.
Binary file removed helm/charts/postgresql-16.2.3.tgz
Binary file not shown.

0 comments on commit 5048fa7

Please sign in to comment.