Skip to content

Commit

Permalink
use image from ghcr in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Jun 4, 2024
1 parent 3981be6 commit 74f36be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM platformics
FROM ghcr.io/chanzuckerberg/platformics:latest

RUN apt update && \
apt install -y nginx nginx-extras && \
Expand Down
2 changes: 1 addition & 1 deletion test_app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
command:
["server", "--config", "/platformics/config.yaml"]
graphql-api:
image: ghcr.io/chanzuckerberg/platformics:latest
image: graphql-api
build:
context: "."
dockerfile: "Dockerfile"
Expand Down

0 comments on commit 74f36be

Please sign in to comment.