Skip to content

Commit

Permalink
Make core build customizable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 11, 2024
1 parent f494f54 commit 81c0a27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/docker/Dockerfile.core.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM camden.ornl.gov/datafed/core-base:latest as build
ARG BASE_CORE_IMAGE="camden.ornl.gov/datafed/core-base:latest"

FROM "$BASE_CORE_IMAGE" as build

ARG DATAFED_DIR="/datafed"
ARG BUILD_DIR="/datafed/source"
Expand Down

0 comments on commit 81c0a27

Please sign in to comment.