Skip to content

Commit

Permalink
Update container version and location
Browse files Browse the repository at this point in the history
  • Loading branch information
abztrakt committed Dec 10, 2024
1 parent 2e03cf1 commit 33de0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DJANGO_CONTAINER_VERSION=1.4.1
ARG DJANGO_CONTAINER_VERSION=1.4.2

FROM gcr.io/uwit-mci-axdd/django-container:${DJANGO_CONTAINER_VERSION} as app-container
FROM us-docker.pkg.dev/uwit-mci-axdd/containers/django-container:${DJANGO_CONTAINER_VERSION} as app-container

USER root
RUN apt-get update && apt-get install mysql-client libmysqlclient-dev -y
Expand All @@ -22,7 +22,7 @@ RUN . /app/bin/activate && pip install nodeenv && nodeenv -p &&\
RUN . /app/bin/activate && python manage.py collectstatic --noinput &&\
python manage.py compress -f

FROM gcr.io/uwit-mci-axdd/django-test-container:${DJANGO_CONTAINER_VERSION} as app-test-container
FROM us-docker.pkg.dev/uwit-mci-axdd/containers/django-test-container:${DJANGO_CONTAINER_VERSION} as app-test-container

COPY --from=0 /app/ /app/
COPY --from=0 /static/ /static/

0 comments on commit 33de0ba

Please sign in to comment.