Skip to content

Commit

Permalink
CHORE:updates to work in windows env
Browse files Browse the repository at this point in the history
  • Loading branch information
TNA-Allan committed Sep 11, 2024
1 parent b7146b1 commit 3fe382e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE=ghcr.io/nationalarchives/tna-python
ARG IMAGE=ghcr.io/nationalarchives/tna-python-django
ARG IMAGE_TAG=latest

FROM "$IMAGE":"$IMAGE_TAG"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build:
context: .
args:
IMAGE: ghcr.io/nationalarchives/tna-python-django
IMAGE: ghcr.io/nationalarchives/tna-python-django-root
IMAGE_TAG: preview
environment:
- ENVIRONMENT=develop
Expand Down
42 changes: 8 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fe382e

Please sign in to comment.