Skip to content

Commit

Permalink
Fix Dockerfile syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Feb 6, 2025
1 parent 342b881 commit 56939a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ONBUILD RUN \

# Here we use the MATERIAL_METHOD arg to determine which method we use to get
# material into our container for build time.
FROM ${MATERIAL_METHOD}_material as material
FROM ${MATERIAL_METHOD}_material AS material

####
# BUILDER
Expand Down

0 comments on commit 56939a8

Please sign in to comment.