Skip to content

Commit 1c683cb

Browse files
server: rename fedora dockerfile to containerfile
Early on the dockerfile for fedora was experimental but it has been the primary source for a while now. Rename it to 'Containerfile' to make it more prominent. Signed-off-by: John Mulligan <[email protected]>
1 parent 158d44f commit 1c683cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PUSH_CMD:=$(CONTAINER_CMD) push $(PUSH_OPTS)
2222
SERVER_DIR:=images/server
2323
AD_SERVER_DIR:=images/ad-server
2424
CLIENT_DIR:=images/client
25-
SERVER_SRC_FILE:=$(SERVER_DIR)/Dockerfile.fedora
25+
SERVER_SRC_FILE:=$(SERVER_DIR)/Containerfile
2626
NIGHTLY_SERVER_SRC_FILE:=$(SERVER_DIR)/Dockerfile.nightly
2727
SERVER_SOURCES:=$(SERVER_DIR)/smb.conf
2828
AD_SERVER_SRC_FILE:=$(AD_SERVER_DIR)/Containerfile
File renamed without changes.

0 commit comments

Comments
 (0)